HN user

cbuq

147 karma
Posts0
Comments51
View on HN
No posts found.

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 access...

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.

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 charging equipment - we decided the best approach was to responsibly recycle them.

Unfortunately seems to most responsible way to handle these bikes. I see the charging issue being a major problem. Trek just switched their rentable bikes to electric in my city, I wonder if they face the same fate.

And settle down everyone, they are being recycled, not dumped in a hole.

Isn't authentication just as important as encryption for secure communication?

What is the benefit of being both anonymous and encrypted?

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 behavior can be replicated with a brand new screen protector.

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, but they have all failed. My research seems to point me to a full reinstall of Windows.

But my computer hasn't restarted arbitrarily in over a year!

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 easily force build dependencies with the `--build *` flag

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.

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't use regex."

I've found regex is a poor choice in production systems because it is very hard to maintain (which this library tries to address) and very hard to test (which this library does not address).

However, regex is perfect for that complicated one-time find and replace.

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 sure why we need to exclude pointers?

In c++14 this is very much simplified with the use of unique pointers.

std::unique_ptr<Foo> make_foo(...);

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 like similar actions have been carried over here?

I'm left with questions though, because the development branch has both a LICENSE file (BSD) and a COPYING file (GPL).

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

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, doesn't 6 exist anyways?

The article isn't trying to make any claims of relativity, but suggests that 3 + 3 = 0