Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
archgoon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
archgoon
2y ago
Do you mean that Bloomberg should have used a different title or Hacker News should have modified the title?
2.
▲
by
archgoon
2y ago
Ah, but that's a beauty of it. If you encrypt with ECB you can't be decrypted by a federally compliant organization!
3.
▲
by
archgoon
2y ago
Yep! That is it alright. Here's a talk from an llvm conference with the details. https://www.youtube.com/watch?v=AmjliNp0_00
4.
▲
by
archgoon
2y ago
So fun fact, if you compile int sum(int n) { int sum = 0; for(int i = 0; i < n; i++) { sum +=i; } return sum; } clang, with -O2, will turn this into the polynomial (n+1)*n//2. It can a
5.
▲
by
archgoon
2y ago
Microsoft and Apple preceded the dot com bomb by several decades. (Microsoft 1975, Apple 1976) Amazon was a company that was around and survived the dot com bomb (founded in 1994, roughly around the time of the beginning of the bubble) [tho
6.
▲
by
archgoon
2y ago
It is this argument, about what benefits the jaguars themselves bring to the farmers, that is unfortunately lacking from the article. Thank you for the additional context.
7.
▲
by
archgoon
2y ago
I don't get it. The article's title is that the ranchers have become allies to jaguars and pumas. But nothing in the article supports that view. What has changed are cattle ranching practices that reduce the opportunity of attack.
8.
▲
by
archgoon
2y ago
Trump is notoriously transactional. If the unions continue to play ball, he might apply leverage in their favor.
9.
▲
by
archgoon
2y ago
Do they actually provide applications the ability to access raw camera data? They don't allow that on the Occulus. They can only rely on 3p devs if they allow access to the hardware.
10.
▲
by
archgoon
2y ago
Step 1 of reverse engineering anything: Figure out the make and model of the thing. ;) "Employee badges" can be implemented in a number of ways, from simple broadcasted rfids down to having secret challenge responses that aren
11.
▲
by
archgoon
2y ago
The Jacquard Loom predates that by over 80 years. I'm sure we can stretch the definition further and go back even farther.
12.
▲
by
archgoon
2y ago
What were they coding on in 1924?
13.
▲
by
archgoon
2y ago
Comma is in the wrong spot. It's $34,000 USD (350k Krona).
14.
▲
by
archgoon
2y ago
White, male and old. Example usage (found randomly by google, likely can find others): https://www.veterinarywoman.co.uk/2015/02/the-stale-pale-mal... Interestingly, google's search results indicate the phras
15.
▲
by
archgoon
2y ago
I mean, say what you want about Meta only releasing the weights and calling it open source, what they're doing is better than this.
16.
▲
by
archgoon
2y ago
I mean, if you want to argue it's a Non Profit, not a business, go ahead, but I'm not particularly interested in fitting modern tax code and business rules to an entity that has existed for 1500 years. The organization has existed
17.
▲
by
archgoon
2y ago
The Church of Sinai has operated Saint Catherine's Monastery for nearly 1500 years. https://en.wikipedia.org/wiki/Saint_Catherine%27s_Monastery
18.
▲
by
archgoon
2y ago
> What do you mean by free speech is regressing in anglophone countries? That seems like a weird opinion to have? Do you have a particular example? In the US at least, I'd say for most of the existence of the web, the prevalent idea
19.
▲
by
archgoon
2y ago
This doesn't explain why the insurance companies don't have an incentive to fight back. If Acadia is engaged in insurance fraud, the insurance companies have every incentive to stop that.
20.
▲
by
archgoon
2y ago
Sounds like fun :) You should write up a blog post where you had to debug some weird gnarly issues. A lot of us higher up the tech stack are pretty far removed from the signals level issues you're talking about but would love to hear a
21.
▲
by
archgoon
2y ago
Based on what it seems that you're asking, it is not, and cannot be, a foolproof process. consider int getSpecialArrayElement(char *array, uint64 key) { i = computeOffset(key); return array[i]; } Compute offset can b
22.
▲
by
archgoon
2y ago
Just wanted to say thank you to the maintainer and creator of magic wormhole. I had to help my nephew debug what had happened to his computer which didn't have any gui after a restart. Setting up magic wormhole to send files back and f
23.
▲
by
archgoon
2y ago
They aren't a book; they're a tutor. Tutors cost recurring money. A brief google search shows that in my area, 1 hour of math tutoring goes for $50 / hour. Can they achieve equal or better results than a tutor? That's a
24.
▲
by
archgoon
2y ago
> short version is that the Pauli exclusion principle forbids fermions I'd like to point out (for others following along) that the Pauli exclusion principle isn't actually a separate rule (That is, something you'd have to
25.
▲
by
archgoon
2y ago
That's actually not a bad idea. It's just mildly more expensive than your typical goggles.
26.
▲
by
archgoon
2y ago
> that village is down wind of the dust you will kick up when it goes off. I'm always happy to hear that there are people saying these sorts of things in the military. I'm sorry it wasn't fun at the time, but the Safety Of
27.
▲
by
archgoon
2y ago
Printf debugging will exist for as long as access to logs is easier than direct access to memory.
28.
▲
by
archgoon
2y ago
For those unaware, chromium has built in support for viewing trace files (obviously, not relevant if you want mermaid diagrams for documentation) https://www.chromium.org/developers/how-tos/trace-event-prof... It
29.
▲
by
archgoon
2y ago
One does not get Newton by adding more epicycles.
30.
▲
by
archgoon
2y ago
> though I don't know if it's easier to find a modulus after you choose the generator. Sure, pick a large prime. Double it and add 1 (and call it n). If it's still prime, then you know the prime factorization of n-1. Pick
More ›