Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cbuq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
cbuq
1y ago
This sounds pragmatic, but are you writing C++ executables that when run create the generated code? Are there templating libraries involved?
2.
▲
by
cbuq
3y ago
Aren't these services (and even adblockers) against YouTube's TOS? As much as I don't like ads as the next person, my Google account is one thing I don't want to risk. Anybody hear of this happening or think it's a
3.
▲
by
cbuq
3y ago
Does the demo show the AI with the prompt to "Schedule standup tomorrow at 10am. Invite david@taxy.ai" scheduling a meeting at 10am TODAY, which also was already five hours in the past? Makes me worried about AI with internet acce
4.
▲
by
cbuq
4y ago
This reminds me of the Crusader Blade mod which combines Crusader Kings 3 and Banner Lord 2 to let you fight the normally simulated fights in CK3 in the battlefield of BL2, and passes results back and forth between the two interfaces.
5.
▲
by
cbuq
5y ago
I was interested in the numbers from covid.cdc.gov Theses are 7-day metrics for positive cases. - California: 59,487 - Florida: 179,586 - Massachusetts: 49,628 - New York: 93,309
6.
▲
by
cbuq
6y ago
Would this require me to make 53 different votes? This sounds a like pretty complicated situation to expect educated votes for all 53 votes.
7.
▲
by
cbuq
6y ago
From the end of the article, Uber explains why they recycled the old bikes not transferred to Jump in the sale, > But given many significant issues - including maintenance, liability, safety concerns, and a lack of consumer-grade chargin
8.
▲
by
cbuq
7y ago
Isn't authentication just as important as encryption for secure communication? What is the benefit of being both anonymous and encrypted?
9.
▲
by
cbuq
7y ago
How is this different from a sparse autoencoder?
10.
▲
by
cbuq
7y ago
If the fingerprint somehow gets embedded into the screen protector, is it possible that the screen protector is "tainted" with the fingerprint from previous usage? I'm not dismissing the claims, but I would like to see if the
11.
▲
by
cbuq
7y ago
I think Touch ID on a laptop / desktop would make a lot of sense. I don't actually know any of my passwords.
12.
▲
by
cbuq
8y ago
This isn't a problem if, like me, Windows manages to corrupt itself and is unable to perform a Windows update. A little over a year ago the automatic update failed, I've tried all sorts of ways to get an updated version of Windows
13.
▲
by
cbuq
8y ago
The unfortunate reality is that this is perfectly legal. I feel you are out of the loop with the whole net neutrality fiasco ( https://www.eff.org/issues/net-neutrality )
14.
▲
by
cbuq
8y ago
Exactly, without a server to fetch dependencies from you can still manage your local cache.
15.
▲
by
cbuq
8y ago
Just to break down your complaints. 1. Conan does not require a server. If a project contains a conanfile.py with build instructions, you can also run `conan create` from a project's source repository (no server required). 2. You can e
16.
▲
by
cbuq
8y ago
"The Cloud" is like storing your data with skywriting, you can see it from many locations, but so can your neighbors
17.
▲
by
cbuq
8y ago
I agree that there is a philosophical discussion to be had, but the actual request was to change his official date of birth from March 11, 1949 to March 11, 1969 which is just ridiculous.
18.
▲
by
cbuq
8y ago
I think logfile analysis is a perfect example. Regex could be the perfect tool for one-shot analysis of logs. But if you are writing an actual commercial application to do logfile analysis, regex is probably not the right tool.
19.
▲
by
cbuq
8y ago
There is a saying (which I can't remember the source) that I always thought described regex perfectly in my experience. "Beginner programmers don't understand regex, good programmers understand regex, the best programmers don
20.
▲
by
cbuq
8y ago
For global or namespace functions you can hide the implementation in the .cpp file. Doing the same with objects require pointers to hide the details of any private members. A common pattern is called Pointer to IMPLemenation (PIMPL). Not su
21.
▲
by
cbuq
8y ago
Sure, but that's like saying Yellowstone is going to erupt.
22.
▲
by
cbuq
8y ago
I tried, but it's also only for Chrome https://i.imgur.com/xcqYdjA.png
23.
▲
by
cbuq
8y ago
Let's say I want to create a YouTube clone under these new laws, obviously I will need one of these upload filters. Where can I get the collection of all copyrighted content so I can build this filter?
24.
▲
by
cbuq
8y ago
The whole patent issue was the BSD + Patents license Facebook used (they addressed the concerns over React by relicensing to MIT and dropping the PATENTS file). The PATENTS file appears to be present in zstd 1.3.0 but not 1.3.1, so it looks
25.
▲
by
cbuq
9y ago
"the shapes of typefaces are not copyrightable, though the shapes may be protected by design patent ... A font (the computer code used to display the typeface) may be protected as copyright" So practically, they are copyrighted. A
26.
▲
by
cbuq
9y ago
Not sure if this is their reasoning, but Haswell introduced AVX2 instructions ( https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#Adv... )
27.
▲
by
cbuq
9y ago
When is an investment not speculation?
28.
▲
by
cbuq
9y ago
But relative to what? How do you compare two candidates with "5/5 in PHP"? I want to know your absolute proficiency.
29.
▲
by
cbuq
9y ago
Wanted to add that I also dislike rating language proficiency on a scale. If you have 5/5 for a language, I expect you to be as knowledgeable as the authors of the language
30.
▲
by
cbuq
9y ago
You're missing something. If 6 doesn't exists 7 can't exist. You can't just say 7 - 1 doesn't exist, while 7 - 2 does. If you remove 6 from the real numbers and say anything that would result in 6 is impossible, d
More ›