HN user

stanac

528 karma
Posts4
Comments202
View on HN

Bosch owned Junkers since before WW2, at least heating appliances, I think airplanes where independent. They started rebranding Junkers to Bosch Thermotechnik ~20 years ago. I think they never sold heating appliances in UK under Junkers brand.

It's probably comment on shared CPUs. Like in kubernetes where you can assign 300 milliCPUs.

I didn't read the article, it doesn't open for me (HN hug?).

I think they are saying Java is dead?! Not sure how else to interpret the comment. If that's the case I have to disagree. There are probably billions of lines of Java in enterprise, it will never die.

NUC 11 i5-1135G7 with 32gb of ram and one nvme. Bought it new years ago.

For forgejo I host only code and packages there, everything is built on dev pc since I am the only one using it. It also host postgresql server, jellyfin (for music only), custom OPDS server (for books only) SMB shared directory I can use from multiple PCs, some test environments for personal projects and possibly more things I forgot.

It's a small pc but it works without problems. I do have to clean it from time to time (with cheap battery-powered air duster) to keep the thermals low.

Not GP. Probably less dependencies on github, e.g. actions which sometimes don't work. This way github is a "dumb backup".

I selfhost forgejo (gitea fork) on home sever (nuc), similar setup with tailscale. I was planning to setup git mirror on a remote VM for backup, but since I am the only one using it and have everything on dev laptop and remote backups of nuc server I didn't bother to do that (I know I still should).

You are right, I was thinking selfishly. I don't like the control governments have on tech in general. In my country government forced banks to use device attestation for banking apps. If your android phone is in developer mode banking app won't work, you can change bank but it will make no difference. I think they are also enforcing 2FA to be in the banking apps, so I can't even use web app without locked down android phone or iPhone.

For personal use I don't care if I get access to it. Tokens are becoming too expensive. I am using Chinese models. What worries me is that my company may never get access. I work for a well known US company, but from Europe, we also have developers in Mexico. I can only guess US gov will take this into account when deciding who gets to use the new models.

Even worse than not getting access is getting fired. Since less than 20% of our developers reside outside US and our management is suffering from AI hype, they can decide to close foreign offices as a way to get access to new models.

edit: grammar

This works if the account doesn't have 2FA. On my last side project app users can login only via email OTP. There are security downsides with that, someone can send phishing link and use OTP submitted to the fake site, but the app doesn't store anything sensitive (it's a game which tracks your progress) so I guess it's not a major security risk.

Not GP, but here is how I know. Messi and Steve Carell did an ad for local chips brand, (market size < 10 million people). There is no way that brand could afford them. Searched online and found the same ad for Lay's. Turns out Pepsi owns a lot of local snack brands. They'll buy local brand and if it's popular they will keep the brand (instead of replacing it with global brand like Lay's). Ad is recorded for all brands at once, they just replace bag of Lay's with bag of whatever is the local chips they own.

Some are even offering API rates at 3x lower than the official ZAI api rates

Looking at openrouter [1], some of the cheaper offerings are for quantized models. Not sure how much intelligence is lost in quantization. And they are not 3 times cheaper. Where did you find 3x lower prices for APIs? I am considering skipping open router and using them directly for that price.

edit:

I see, croft [2] 8bit for $0.50/$0.08/$2.20

[1] https://openrouter.ai/z-ai/glm-5.2

[2] https://ai.nahcrof.com/pricing

Token leaderboards are a ridiculous idea

We have this at work, it's insane. Today I used opus high thinking to write a jira ticket for simple API endpoint. Every code change, every bug fix, every single code review, I have to utilize AI because managers will complain how we are not using AI enough. Every single person in my team have performance goal to increase AI usage.

At least meta will use employee prompts to train an LLM, so maybe it makes sense for them in the long run. We are not training models, only consuming external LLMs.

Employee owned co-ops are more humane

Speaking as someone born in Yugoslavia.

That's almost how it was in Yugoslavia. Companies where "owned by society", but workers had voting rights. Whenever there was a vote to decide whether extra profit should be used for capital investments and/or operational improvements or assigned to salaries budget, everyone voted to increase their salaries.

Not every employ should be a co-owner, or at least not everyone should have voting rights.

Most of these problems could be solved with something like wasm/wasi where you can limit access to web, disk, etc... WASI is made to run code you don't trust, you could even limit compute third party is using so they can't mine crypto (I think it's called fuel limit). Ideally we would have whole IDE run in this kind of environment where we can explicitly say what it can and can't do.

I worked for a payment processor in Europe, we provided SEPA and some other payments, but not card payments (so there could be some difference).

Difference is in fees and licenses. Payment processors that process high risk payments (adult industry, gambling, etc...) have higher fees and need license from governing body (usually a national bank in country where the payment processor is registered). So if you process high risk payments as low risk you will get a fine from governing body and you risk to lose your license. And if you don't have a license for high risk payments you cannot process them.

I don't work there anymore, but I heard they lost SEPA license a couple of years ago because of risky transactions.

Now I am not sure if Visa and Master are forcing payment providers to give up high risk transactions or if they are forcing them to classify all transactions as low/high risk.