HackerTrans
TopNewTrendsCommentsPastAskShowJobs

anymouse123456

1,299 karmajoined vor 3 Jahren

Submissions

[untitled]

1 points·by anymouse123456·letzten Monat·0 comments

comments

anymouse123456
·vorgestern·discuss
RIP Bonnie Tyler.

Always loved this parody of her art-school video: https://www.youtube.com/watch?v=fsgWUq0fdKk
anymouse123456
·vor 13 Tagen·discuss
Early in my career, when I was dealing more with bottom-tier customers, the first 3 companies tried to stiff me.

They were all surprised to learn that they couldn't do much without the source material that they never paid for.

One of them was very surprised when the website flipped to a white screen on a Monday morning at 9am.

They called asking why "THEIR" website was blank.

I explained that they didn't own any websites, as no money was exchanged.

If they would like me to transfer MY website to them, all they needed to do, was submit payment, along with late fees.

The money hit my account within the hour and they owned a website a few minutes after that.
anymouse123456
·vor 13 Tagen·discuss
This is why, as a contractor, you never, never, ever transfer source materials until the bill has been paid.

If a company insists on working inside their version control system, insist that each biweekly payment be submitted in advance.
anymouse123456
·vor 27 Tagen·discuss
That's a great point. I'm probably wrong, but I still don't think they'll waste this opportunity to figure out how to cram digital id through.

Perhaps that will be how they will make it more broadly available.
anymouse123456
·vor 28 Tagen·discuss
Prediction:

This ban will be used to force hardware and OS-level Digital ID down our throats as a "safety measure" to ensure people are "Citizens" before accessing AI technology.

Whatever last vestiges of privacy we still enjoy will be taken from us with this as the excuse.
anymouse123456
·letzten Monat·discuss
Go ahead. Click into any of your Google Photo albums. Just as we all surely hoped and desperately needed, the title is finally using a comic-sans-inspired font face.

Old man shakes fist at cloud.
anymouse123456
·vor 2 Monaten·discuss
Was at the big G many years ago.

It was long series of incredible and impressive feats of truly singular engineering talent continuously wasted solving problems of our own making that shouldn’t have existed in the first place.
anymouse123456
·vor 2 Monaten·discuss
I agree, this is a common story and your point stands for some significant percentage of the complaints.

It should be made clear though, that some of us helped spend many millions in obviously wasteful on-prem infra in the nineties, bought into AWS wholeheartedly when it came out, fought through the ignorance, developed the ability to deliver highly scaled applications on the platform over many years and at least some of us still carry those same beliefs:

- It's more complicated than it needs to be

- It's more expensive than it should be

- Pricing is more opaque than it should be

Meanwhile, the cost of other options (including self-managed, on-prem infra) has fallen massively since those early days of AWS.
anymouse123456
·vor 2 Monaten·discuss
Like OP, I was an AWS booster for many years (also a Heroku lover), but fell out of love about 10 years ago for the same reasons.

- It felt like far too much complexity just to do simple things.

- The obvious attempts to trap customers with slightly incompatible, higher level services felt gross

- The inability to run AWS trash on a dev machine had a MASSIVE hit on productivity

- Pricing didn't fall as fast as I felt it should (an obviously debatable position that reasonable, smart folks disagree with)

In my current company, we've been running basic SMB/tech startup functions on-prem (ACK! THE HORROR!) from ~6 basic computers (4 game machines and 2 nucs) for a few years now.

We just reconstituted the entire infra working part-time over about 2 weeks using Claude code and ansible.

It really doesn't make sense in this world to pay tens of thousands of dollars to rent a level of computation that can be purchased and managed for a tiny fraction of that money.

We're also seeing massive dividends paying out with this architecture because we have self-hosted gitea, along with a local workstation for our agents to run in, and now our agents have all of the context without us relying on Github or ingress/egress fees at all.

[edited for formatting only]
anymouse123456
·vor 2 Monaten·discuss
I worked at Google. I know there are tons and tons of great and well meaning people working there. This is the kind of thing that would make me crazy.

People there be like, “but I’m not evil! I’ll never do anything bad with all of this incredible power!”

But if you create a nuclear bomb, someone unsavory is going to wrest control of that power from your stupid little painted fingernails and destroy the rest of us with it.

How about, don’t make an effing privacy nuclear bomb if you don’t want to contribute to making the world more evil?
anymouse123456
·vor 2 Monaten·discuss
I think I agree more with this take than where I started
anymouse123456
·vor 2 Monaten·discuss
The hollowing out of another iconic American brand begins.
anymouse123456
·vor 2 Monaten·discuss
You'll also find your CI build times and flakey failures can be cut down massively by doing this.
anymouse123456
·vor 2 Monaten·discuss
For the newer players who have gotten into continuous integration and containerized builds, consider checking on your systems to be sure you're not pulling 'latest' across a bunch of packages with every build.

We set up our base containers with all the external dependencies already in them and then only update those explicitly when we decide it's time.

This means we might be a bit behind the bleeding edge, but we're also taking on a lot less risk with random supply chain vulns getting instant global distribution.
anymouse123456
·vor 2 Monaten·discuss
Indeed. Rust compile times are shockingly bad, especially compared to Zig.
anymouse123456
·vor 2 Monaten·discuss
This is a huge loss for the zig language and community.

As a fan of the language, I hope it leads to some reflection on things that might need to change moving forward.
anymouse123456
·vor 3 Monaten·discuss
Thanks for the context!

An ashtray is such a temporally rooted object, the phrase, "throwing around ashtrays," immediately conjures a bunch of peripheral concrete imagery.

I imagine there will soon be generations of young people who wonder what a tray of ashes was used for and why people used to collect them all over their homes and offices.
anymouse123456
·vor 3 Monaten·discuss
> There are vast numbers of new users on Github who have no desire to learn the architecture or culture of the project they are contributing to.

The Eternal September eventually comes for us all.
anymouse123456
·vor 3 Monaten·discuss
What a great visual. I haven't heard that phrase before.
anymouse123456
·vor 3 Monaten·discuss
Some of us still work on embedded systems with real-time guarantees.

Believe it or not, at least some of those modern practices (unit testing, CI, etc) do make a big (positive) difference there.