HN user

PxldLtd

153 karma
Posts4
Comments56
View on HN

This is short-sighted IMO, I bet money that once the dust settles with the current LLM-boom that Google will still be around and pioneering in AI across the board. They aren't locked in to Nvidia, they have world class research, they aren't bogged down with VC returns or upcoming IPOs.

"If they did it right" is a bearing a lot of weight there. The window of "getting it right" has shrunk over the last 40 years and it's delusional to argue otherwise. People like myself are comparing themselves to their parents at the same age. My dad had me at my exact age now, had bought a house, could raise a family on his singular wage. That is non-existent now in my part of the country.

I personally think the answer should be mandating user controls of said algorithms. If you have a large social media site that suggests results or provides a feed then you must allow users to configure said feed.

The default should be simple, something like time-ordered of followed only with opt in for recommendations. Ideally I'd love to be able to swap algorithms for something open source but setting a standard there rather than just mandating a level of control seems a bigger hurdle.

It seems entirely anti-consumer that I am just the behest of whatever Google or Meta decide is most profitable to show me instead of finding important news or entertainment in a way that I want.

The whole thing is a cobbled together bodge over SharePoint as a backend. I wouldn't ever trust my company data with that dogwater product.

Back when I had to work with it I found a bug that could cause folders to become un-synced without you realising, meaning changes would not be tracked and cause merge-conflicts when it was fixed.

Managed to use our Gold partner tickets to raise the issue with the product team, they flat out refused to fix the issue even knowing it was a bug. This was back in 2020 or so, I wonder if they ever fixed that bug. It's pretty simple to reproduce:

1. - Sync a nested subfolder from Sharepoint

2. - Sync the parent folder

3. - Note that the folder synced in 1. is not longer being tracked (no checkmark)

4. - Normal users will now go to folder 1. by default and have no idea none of their changes are no longer being tracked now that it's being synced within folder 2.

It's an interesting point but I fear Go's FFI is going to kneecap its ability to be widely adopted unless that story improves significantly. It's a lovely language if your interop with other languages is minimal.

This is what stopped me from picking up Podman more, all our devs use Docker and have been writing compose files for years now. When the response at the time was "you're using Podman wrong, Quadlets are the hot stuff now" it just felt like too big a risk and commitment to jump to at the time. Have things settled more? Getting away from Docker is a bigger priority nowadays for us.

While modern LLMs are a far cry from biological synapses, I do find it fascinating that if you take the highly reciprocal data of a biological connectome and unroll it into a DAG, you suddenly see motifs popping up that look similar to what we find in AI. I found this both looking at temporal unrolling of RNNs or mapping layer activation weights of a Transformer. Totally agree though, the current LLM architecture itself is driven by the need to shove all of this nicely into parallelized compute hardware.

You can hard-code them. Just write a setup script that imports your desired keys from a .env file or something:

``` docker exec $CONTAINER $BIN key import --yes "$S3_ACCESS_KEY_ID" "$S3_SECRET_ACCESS_KEY" ```

I very much disagree, there's just too many engineering hurdles for us to surmount for this to be a reasonable solution. When you actually break down the physics, the scale works against you.

You can't have "one giant computer" when the speed of light is a 16-minute ping time from one side of the swarm to the other. Also cooling. Space is a vacuum, you can't just use convection. The inner layers would melt before they could radiate it away.

Even maintenance and power distribution, you're talking about trillions of nodes that need active course correction to avoid a chain-reaction of collisions.

There's so many reasons this is not feasible and more of a whimsical thought experiment. I've barely even touched on most of the issues.

Why I forked httpx 4 months ago

Yeah this is all over Rust codebases too for good reason. The argument is that default params obfuscate behaviour and passing in a struct (in Rust) with defaults kneecaps your ability to validate parameters at compile time.

Apple Business 4 months ago

I always seem to end up with local admin at the bigger places I've been at because I'm so annoying with onboarding and requesting access to download development tools.

CI is basically a glorified shell script executor with some env variable/credential injection. We don't use many of the plugins aside from the docker and the agent shell one.

I'm not sure I'm sold on this argument considering the docker image for GH Actions is made by "myoung34" and half the actions are community written, have terrible documentation and feel like abandonware too.

I totally agree. There seems to be absolutely zero focus on Glass Steagall or Citizens United so I can't see how this actually happens without political revolt at this point.

Yes, the neo-liberal economy we've ended up with has drifted quite far from well-regulated Capitalism. I'd still argue that we owe a lot of our rights to hard-fought socialist policy though.

We've jumped ship to self-hosted Jenkins. Woodpecker CI looks cool but Jenkins seemed like a safer bet for us. It's been well worth the effort and it's simplified and sped up our CI massively.

Once we got the email that they were going to charge for self-hosted runners that was the final nail in the coffin for us. They walked it back but we've lost faith entirely in the platform and vision.