Hacker Newsnew | past | comments | ask | show | jobs | submit | aatd86's commentslogin

Not convinced. That is a very static view. You would think that the output of AI will be better AI, better energy sources and that will make AI way cheaper in the long run... It will end up a cheap commodity that is basically free to produce. Over the long run it is absolutely one of the best investments in projections.

"It will end up a cheap commodity that is basically free to produce."

Wouldn't this just mean that hardware manufacturers capture the profits, not hyperscalers?


Probably. Selling gear to shovel gpus into datacenters is gonna be profitable for a while, no matter how this pans out.

Classic story tellers vs people who can quantify.

Story tellers: Full self driving was commonplace already in 2020.


No one claimed that. Besides negativity is a self-fulfilling prediction.

And investing is not accounting...


The idea that a GPU being useful for 3 years is insane. There is little to no data to support that

I think people who want you on site are lying because commuting and forced promiscuity and the lack of comfort is way worse.

But commercial real estate takes a hit and it is not good for investors. They should lead with this instead...


Yeah but people don't want to pay for software so all open source is basically subsidized.

+200 people/orgs are listed as vite github sponsors

200 people out of how many hundreds of thousands of users? Are they giving an average $5 a month, for a grand total of $12000 a year? Maybe a little bit more?

How many FTEs does that pay for?

If you look at it broadly nearly all software is subsidized by open source, so it's a smart choice to send some subsidies back to open source.

People will pay out of the nose for software if they find it useful enough.

That was evident. It was designed that way :) Congrats.

I feel like crap when taking creatine... Actually most of these purported supplements are a no go. Preworkouts would work first session then make me ultra tired, caffeine is fine as long as I 'cycle' it...

Wondering strongly if those studies are not just to sell more cheap supplements... As long as for some reason we find that it has some level of effect on most people.

It has some effect for sure but not sure it is that positive... Besides, I don't know if it helped jump start the process or not but I build muscle either way, on little protein, no creatine... Carbs seem to be more important actually.

Anyway, let me take a scoop of creatine to try again, even though I am unconvinced... Hope sells... :s

(I think hydration levels are more important and that is not solved by drinking low mineralized water although I find it has better taste, it gets rid of tiredness)


What precisely does it mean to "feel crap"? Is that how you would describe it to a doctor? You seem to also be making broad generalizations. Overall your comment is providing zero insight whatsoever wrt creatine.

In my experience, those with creatine intolerance, especially if assuming it's not taken late in the day, have unresolved excitotoxicty/inflammation/pressure/headache/migraine issues in their brain.

Also, be mindful with blends as they can be fairly dangerous. It's best to get an isolated creatine monohydrate product that is not a blend.

Check your blood pressure. It is very possible that there is something else in your blend that is raising your BP.


Try micronised (even finer powder, maxxwell has them) or even in jelly gummy form.

I take 7.5 g every day for a couple of years now and what I definitely noticed is much lower sugar cravings during hard programming days: previously I would eat almost one chocolate every day.

Though YMMV, as I also bench press 140 kg.


I had a lot of issues with stomach when taking creatine until I tried the micronised version. Bucked up makes a good product you can find at Walmart.

Creatine is great regardless, just dont get sold by whatever the nonsense article is pushing if anything. Generic creatine the cheapest you can find is likely your best bet.

I have the same struggles with preworkout, they are just overkill for me and make me crash and i feel they impact my sleep because i usually work out at a random time so the caffeine timing may be terrible. Certainly had success with them for a while, but it was when i didn't really care when i went to sleep because when i was younger I'd just sleep for 8-10 hours straight regardless of time of day/night.


network effects in action and supply flooding demand.

That's the thing, a programming language is not something static, it evolves. For instance, people are working on adding generic methods for the next release cycles.

And what the article complains about is by design, not a bug. It is a tradeoff made to avoid bloat. In any case, given the future possibilities, I'd bet on Go.

If anything, the language is just slower to evolve because every language change means the tooling needs to catch up. And now llms would have to catch up. ChatGPT is still using Go 1.23 for instance...


I wonder if it is not people being notoriously lazy or clueless at an astonishing degree. How often do you hear that password were saved in plaintext? Surprisingly high in this day and age.

People not knowing what salt and pepper is... Vulnerabilities almost as if on purpose...

Perhaps it is actually not THAT hard but just like error handling, people don't want to do the unsexy parts and want to delegate those tasks to someone else perhaps. There must be a behavioral pattern there...


Your comment has a bit of an inexperienced smell. Business auth infinitely more complex than saving a user and salting/hashing his password.

> There must be a behavioral pattern there...

The pattern is that your comment is very far from reality.


My point is that people mess up things as basic as salt and pepper, or encryption at rest. People are not even trying...

If we deal with the intricacies of rbac, abac, acl mixed with scopes ,sso, saml, oidc, mfa, etc... I don't find these too conceptually, complex.

I mean, it should be avoidable complexity. Most of the complexity is technical debt, bad implementations etc. But by itself it is not THAT complex.


No. OIDC and in general identity management + entitlements in a large business organization is complex because we need that complexity.


We are speaking about incidental complexity vs. essential/inherent complexity. Inherent complexity is dealing with an XML format that is prone to vulnerabilities because people don't know how to parse properly or the protocol was badly spec'd back in the day in the case SAML for instance. Or ill-defined scopes, etc...

Having had the chance to try and implement libraries to interface with those systems a couple times, most people agree that implementations are far from perfect or streamlined. We call this incidental/accidental complexity.


> want to delegate those tasks to someone else perhaps

And this someone's name begins with "Cla" and ends with "ude".

So we're going to have a lot more vulnerabilities in the auth code going forward.


Apparently a mythos loop will mitigate that. /jk

We will see I guess... It could also be an opportunity to audit systems in automated ways.


I would have thought it would have tried to multiply the money to do more. Time to let it listen to some 'podcasts' xD


Can the reactive graph even be updated concurrently if the UI depends on it though? Because the UI is likely to run in its own single thread...


yea, this is in javascript. it's inherently single-threaded in almost all contexts (e.g. node.js shared memory where you're intentionally bypassing core semantics for performance, and correctness is entirely on you)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: