Hacker Timesnew | past | comments | ask | show | jobs | submit | LunaSea's commentslogin

Could you expand on the design flaw in question?

OpenVPN looks like a regular tls stream - difficult to distinguish between that and a HTTPS connection. WireGuard looks like WireGuard. But you can wrap WireGuard in whatever headers you might want to obfuscate it and the perf will still be better.

It's trivial to make WireGuard look like a regular TLS stream. It's probably not worth a 15 year regression in security characteristics just to get that attribute; just write the proxy for it and be done with it. It was a 1 day project for us (we learned the hard way that a double digit percentage of our users simply couldn't speak UDP and had to fix that).

It is, we did the same. It is a shame that only Linux supports proper fake TCP though.

Doesn't the Chinese firewall perform sophisticated filtering? Fake TCP should not be difficult to catch. I recall reading how the firewall uses proxies to initiate connections just to see whats up.

You can host a decoy on the server side.

I don't suppose you'd release it, please?

It's part of `flyctl`, which is open source.

>OpenVPN looks like a regular tls stream - difficult to distinguish between that and a HTTPS connection.

I thought openvpn had some weird wrapper on top of TLS that makes it easily detectable? Also to bypass state of the art firewalls (eg. China's gfw), it's not sufficient to be just "tls". Doing TLS-in-TLS produces telltale statistical signatures that are easily detectable, so even simpler protocols like http CONNECT proxy over TLS can be detected.


Raw OpenVPN is very easy to distinguish, its handshake signature is very different from the regular TLS.

OpenVPN is fine if you want to tunnel through a hotel network that blocks UDP, but it's useless if you want to defeat the Great China Firewall or similar blocks.


It is not a design flaw, but a design choice.

>OpenVPN does not store any of your private data, including IP addresses, on VPN servers, which is ideal.

https://www.pcmag.com/comparisons/openvpn-vs-wireguard-which...


Isn't he responsible for this downturn?

Should we introduce a new HTTP header : `X-CTF-TEAM: NSA` ?

How do you know that Claude's moc matches the AWS API behaviour perfectly?

This has been known by Node.js developers for a while with many C++ core and NPM modules being rewritten in JavaScript to improve performance.

I wonder if Y Combinator will start getting serious again about due diligence and founder selection.

This follows HDD and SSD price increases.

When you consider the rise in energy prices as well…

For Bun you're thinking of simple key / values, hardly a database. They also have a SQLite driver which is still just a package.

I think you're confusing the database engine with the driver?

> Most obviously, Java has JDBC. I think .NET has an equivalent. Drivers are needed but they're often first party, coming directly from the DB vendor itself.

So it's an external dependency that is not part of Java. It doesn't really matter if the code comes from the vendor or not. Especially for OpenSource databases.


DBMS vendor providing the client is nice. At least if you're using pg-native in Node, that's just a wrapper around the Postgres-owned libpq, but I've run into small breaking updates before that I don't feel would've happened if Postgres maintained both.

But that’s not Node’s fault surely? Shouldn’t Postgres be providing an NPM module given the popularity of Node?

No it's not Node's fault, this isn't their job. I don't blame Postgres either, cause maintaining libpq is fair enough, just would've been extra nice to have an official Node lib too.

Well in the case of Oracle you can get the language, runtime, DB and driver all from the same organization under unified support contracts.

If you don't value that, why would you want your programming language implementors to also implement database drivers?


Well that's only because Oracle happens to own both Java and Oracle DB. Suppose you're not using that DB.

Google & co have very little footprint in the EU.

citation please

In 2022 they had 25K employees and interns. That's tiny.

Source: https://blog.google/company-news/outreach-and-initiatives/di...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: