HN user

clscott

215 karma
Posts4
Comments89
View on HN
[dead] 5 months ago

Is this article just trying to distract from the fact that the largest data breach was actually Elon Musk and DOGE in 2025?

The last time you voted in The United States of America may be the last time you get a vote in The United States of America.

All three branches of The United States of America has been captured by a tyrannical government. Rights are being eroded for inhabitants of The United States of America, including its citizens.

You have no right to: safe medicine, safe food, safe water, vote.

The sooner the people recognize this and take action, the shorter it will be to reverse.

Americans have a duty to act, and act quickly: what's already been taken will take generations to regain.

Do I understand correctly that you deliberately entered personal contact information into LLM?

If so, I would be a reprimanding anyone in my org that did this. While it’s more effort I’d use the LLM to write a script to read the page with the Confluence api, parse it, write out the json files and push them where they need to go.

Add in basic assertions to check the data is present, in the expected format and there is enough of it. Alerting when the assertions fail, then I can schedule it and forget about it.

This is where LLMs shine, I can now build a robust solution in an hour instead of a day.

Front end web development is an ever revolving carousel of pain.

20 years ago I was in the same place as you but with Enterprise Java.

I stuck with simpler environments where my ability to write and test code worked and code bases could be kept simpler.

You can consider switching to “backend” programming, manipulate data and databases with python. Build APIs with Ruby on Rails. Help business automat some software workflows with Autohotkey.

There are a million niches in software, try another.

Wasmer 3.0 4 years ago

Sure, maybe it's not as fast to execute as another implementation, but having ANY implementation is far more useful than none at all.

Here's an example where performance wouldn't matter as much:

Let's say I'm the author of a programming language and I want to add a db layer to my standard lib.

Via WASM I can use a working backend while I'm protyping the API for my db layer. If the performance isn't fast enough I can start implementing my own "native" version with feature parity.

I can then use some of the tests from the original library (via WASM) to make sure my implementation has feature parity to the original.

Wasmer 3.0 4 years ago

It's also valuable for running code written in <random language> to be executed in <another random language>.

Write a library in Rust and compile it to WASM, theoretically any language with WASM bindings could run it.

This could really make niche languages more easily adopted if their execution environment supported libraries in WASM.

Imagine using Java's JDBC from something like Nim. Nim could take advantage of a 30 year old mature and fast database access framework without haveing to envest that ime and effort themselves.

Or even something more modern like the polars dataframe library.

Increasing prices is standard business practice. None of the negative adjectives you applied are true.

Anyone that accuses you of being any of those things for increasing your price is just trying to rip YOU off and you should consider getting rid of them as a customer.