Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
quantumtremor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
quantumtremor
10y ago
It's not really any additional protection...how are you going to break a token? I've encountered this a few times on other sites, have to waste a few seconds messing around in my about:config.
2.
▲
by
quantumtremor
10y ago
These are all polynomial equations, so we can likely solve them by computing a Grobner basis over the set and using the Elimination Theorem.
3.
▲
by
quantumtremor
10y ago
Office 365?
4.
▲
by
quantumtremor
10y ago
I'm very glad people are speaking up about this. This is horrifying. Good job on stopping the process when you felt uncomfortable, we should all be doing this.
5.
▲
by
quantumtremor
10y ago
Definitely not. Here's a nice algorithm that will actually compute the embedding as well: https://en.wikipedia.org/wiki/Fáry's_theorem . However straight line embeddings by Fary's theorem can sometimes be
6.
▲
by
quantumtremor
10y ago
Although I don't know for sure, I believe Borges' short story The Zahir [0] refers to Tipu in his usual convoluted way. >In 1832, on the outskirts of Bhuj, Taylor heard the following uncommon expression used to signify madness
7.
▲
by
quantumtremor
10y ago
This is a great point, and I address it at the end of my post. The basic idea is that freedom shouldn't be limited to people who 1) have the technical knowledge to do all this and 2) have the time to set up such an environment. Freedom
8.
▲
by
quantumtremor
10y ago
Yes, I agree that cheating should be curbed. But not at the expense of tracking every running application on a computer, or the exact location of interviewees. Videochat and on-site interviews exist and don't have these kind of problem
9.
▲
by
quantumtremor
10y ago
My best guess is n^3:n^3-n, making the answer 60, but I have no idea what the real answer is.
10.
▲
by
quantumtremor
10y ago
Reiterating the questions posed at the end, To what extent should personal ethics play in deciding where a (software) engineer should work? What if the engineer has no other choices for a job, and needs to (make rent/pay the bills/
11.
▲
Software Engineering Internship Amazon Interview Experience
(rajk.me)
669 points
by
quantumtremor
10y ago
|
422 comments
12.
▲
by
quantumtremor
10y ago
In particular, a good challenge is the 2-state solution. Decrease the number of states to 2 and try figuring out the rules (toggle "Instructions") that make the 2-state Busy Beaver. 1-state is somewhat trivial, 3-state isn't
13.
▲
Show HN: Busybeaver, an Implementation of the Busy Beaver Turing Machine Game
(rajk.me)
3 points
by
quantumtremor
10y ago
|
1 comments
14.
▲
by
quantumtremor
10y ago
Unfortunately Ras Bodik is no longer at Berkeley, so it's unlikely it'll be offered again.
15.
▲
by
quantumtremor
10y ago
Okay so to fix mine: create a circuit that decrypts a ciphertext using the private key, returning 1, 0, or Bottom depending if it's an encryption of spam marking or not, or not valid, and run it through iO. So both solutions still requ
16.
▲
by
quantumtremor
10y ago
What? With FHE the client just gets an additional encrypted metadata that is the encryption of whether the attached file is spam or not. No looping required, whereas your functional encryption scheme seems to necessitate the client being &
17.
▲
by
quantumtremor
10y ago
The problem with functional encryption is as you say, you need to hand over the "function" somehow to the server (presumably they use machine learning and tools that aren't feasible client-side), and there's no guarantee
18.
▲
by
quantumtremor
10y ago
We know it can be written out as a haiku: https://xkcd.com/622/ !
19.
▲
by
quantumtremor
10y ago
I'm not a mathematician but I'd say no since trig functions inherently require a lot more math to formulate, whereas Euclid's proof follows from much simpler facts.
20.
▲
CalHacks3.0 Submissions
(calhacks3.devpost.com)
1 points
by
quantumtremor
10y ago
|
0 comments
21.
▲
by
quantumtremor
10y ago
I think you need some sort of input validation on the length/size of the text. Is the application just throwing everything away if it's too large?
22.
▲
Notes on the Foundations of Cryptography (Yehuda Lindell) [pdf]
(u.cs.biu.ac.il)
1 points
by
quantumtremor
10y ago
|
0 comments
23.
▲
by
quantumtremor
10y ago
This is really great. A few thoughts -Did you have any trouble with the sockets library? -I saw you explicitly mentioned "plane_distance", so are you planning on adding Haversine distance or something else? -Maybe make the map tak
24.
▲
by
quantumtremor
10y ago
My first guess was RedHat. From skimming through https://www.redhat.com/en/services/training/all-courses-exam... , it seems all of the courses use open source software, that might not be libre. For example I&#
25.
▲
by
quantumtremor
10y ago
So why not accept a lambda? I saw that http://stackoverflow.com/questions/334851/print-the-code-whi... gives you the source, though I'm not sure if it'll always work. This does work though: ~ λ echo
26.
▲
by
quantumtremor
10y ago
But is laziness that important for a graphing library where presumably you'd be graphing the function anyway? I guess there are some cases where one of the other options would disable the y-axis or something, but this seems pretty rare
27.
▲
by
quantumtremor
10y ago
> aes(x='np.log(B - A)') I never understood the pattern of putting source code in a string. Why not just use np.log(B - A) directly and configure the function to accept columns? With strings you lose highlighting, semantic anal
28.
▲
by
quantumtremor
10y ago
Glad to hear improvements to the shell ipython interface, especially up/down arrows on pasted code. The most interesting part of this for me is that IPython 6 will not support Python 2. >Projects such as Matplotlib and SymPy plan to
29.
▲
by
quantumtremor
10y ago
https://fb.me/react-15.2.0.min.js
30.
▲
by
quantumtremor
10y ago
No. I believe Twily used to be on /g/ frequently, maybe still is.
More ›