HN user

snacktaster

102 karma
Posts1
Comments54
View on HN

the deal fits a pattern in the Trump administration where the president urges companies to take measures, such as domestic investments, for example, to prevent the imposition of tariffs in an effort to bring in jobs and revenue to America.

So they will be exempt from the tariffs if they just pay the 15% sales tax directly to the Fed?

freedom of expression

I don't believe that it is a constitutional right to live in a neighborhood that will permit you to operate a chop-shop in your overgrown yard.

All our HTTPS (ACM) sites are returning:

421 ERROR

The request could not be satisfied.

The distribution does not match the certificate for which the HTTPS connection was established with. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.

It's amusing to me that you're getting crushed on here for blocking/ "defederating" known IPs that you don't want traffic from, but I would bet that these same people would champion your right to do the same if you were blocking a spammy mastadon or lemmy instance that you didn't like!

Rust is by far the more mature option if you're really trying to replace C++. Zig is personally interesting to me though. But if you need to write actual production critical code then you should definitely go with Rust.

Honestly, it's still a little bit surreal to me that I won't even consider C++ now for a new project after so many years of my career.

It would be one thing if the heavy-handed, often premature, EU regulations were in some way intended to foster production of its own technology companies to compete at large scale in its own market. But we all know that doesn't happen. Any European with an entrepreneurial spirit is all but forced to go start their company in USA. It seems like anything that appears potentially useful but has undefined or unanswered legal questions is just banned before anyone can figure out what the actual problems are. Sigh.

I think the main issue is that the EU is very quick to regulate before it even fully understands the problems or what the potential consequences of the regulation would be. The cookie banners were an absolutely obvious outcome. And we're seeing it again right now with their draft AI regulations before anyone even barely understands what it is or what the problems are.

It's why EU simply can't produce anything useful at all because any European with a spark of entrepreneurial spirit goes to USA to start their company.

I would suggest that EU should produce it's own AI company to compete at that scale in their own market but we all know that's not going to happen. Just get angry they can't access the American companies technology anymore.

It's going to be an uphill battle just to get people to even understand what the problems are. And this is even a technical forum. Now imagine trying to explain these nuances to a judge or jury.

The slowness and deliberateness of USA regulators to respond is what has enabled the worldwide crypto economy to flourish in the first place. You think they should have just banned it CCP-style?

This is more akin to "You can have your fun but don't go crazy. But as soon as we start seeing your investors getting scammed we're going to step in."

China has outright banned it at various times. USA has taken legal stances against things like tornado cash, but never anything close to the broad strokes of banning that the Chinese government has done. If anything the slowness and deliberateness of USA regulators to respond has enabled the entire worldwide crypto economy to flourish.

So China is now going to "roll out the red carpets" for crypto exchanges? Yeah right.

This entire post reduces to:

    insert into users (id, created_at, username) values ("<id>", "<created_at>", "Hello"), ...15,000 times.

And we're going to be impressed with sqlite's performance?

I don't know the details of how Heroku implements their hosted postgres service, but I'm _guessing_ that it's just a bunch of PG servers running on EC2 instances. There's probably a lot of CPU stealing "noisy neighbors" going on. But yeah, I've also experienced Heroku's PG databases being dog-slow compared to RDS for the same workloads.