HN user

dax_

86 karma
Posts0
Comments37
View on HN
No posts found.

Gosh, It's so hard to be excited about any software project nowadays, because I cannot know how much effort was actually put into it. For all I know the author merely wrote a few prompts and paid Anthropic for the tokens. Good job I guess?

This is just prompting an LLM and just dumping it on the site (which is clearly what is happening here, all the articles show the same signs of AI output, no human writing, no style, as far as I can tell).

If this is the level of care that goes into news articles, then we're doomed. What will ultimately happen is that AI summarizes AI articles, which got summarized from another AI article, which got summarized from another AI article, .. and after enough rewriting all facts will be gone from articles. I don't care to read this slop, and I'm shocked people are so readily accepting this new state of affairs.

My experience is exactly the opposite (company with more than 10k employees). Getting anything done in Azure takes me 10x as long, as all of Azure is managed by one team, and everything requires approvals, lots of bureaucracy. Also, as it turns out, it is extremely expensive. Per our guidelines everything needs to be isolated within company intranet (unless really required to be external), which often means we need premium tier services in Azure. These are really, really pricey sometimes.

On the other hand, if I request a virtual server, it takes less than a week, and I can work with it much more freely.

It's just as possible that they need to invest more and more for negligible improvements to model performance. These companies are burning through money at an astonishing rate.

And as the internet deteriorates due to AI slop, finding good training material will become increasingly difficult. It's already happening that incorrect AI generated information is being cited as source for new AI answers.

GDPR doesn't stop personal data being stored. It handles whom it can be shared with, when it has to be deleted, and only collect as much data as required. Also gives transparency to the users about their data use.

And if I were to give over personal information to an AI company, then absolutely I'll prefer a company who actually complies with GDPR.

Why would we embrace that even more? In Software Development we try to keep things deterministic as much as possible. The more variables we're introducing into our software, the more complicated it becomes.

The whole notion of adding LLM prompts as a replacement for code just seems utterly insane to me. It would be a massive waste of resources as we're reprompting AI a lot more frequently than we need to. Also must be fun to debug, as it may or may not work correctly depending on how the LLM model is feeling at that moment. Compilation should always be deterministic, given the same environment.

Can't you do the same with Obsidian too? It's also just Markdown, and I believe there's even a plugin to perform Git commands within Obsidian. The main issue you can run into, is when you overly rely on markup syntax that only works in Obsidian.

Ah yes, that'll solve all problems (https://www.web3isgoinggreat.com/).

Cynicism aside, I'd rather not receive compensation in a currency that's mainly used for speculation. And to exchange it back into a "meaningful" currency somewhat securely requires me to go through an exchange, which is usually again a company that can make up their own policies? Seems to me this is just making it more complicated and more resource intensive.

I'm glad it worked out for your friend, but I can't help feeling extremely sad about this. What I mean is, why is the healthcare system so broken in the first place, that you need to take charge of your own diagnosis and treatment? AI in this case is a bandaid solution, improving something you shouldn't have to do all.

Not really, but, like a lot of people buying EVs, I care about what impact my lifestyle has on the environment and society in general. And I can't (In good conscience) support that company anymore.

As someone who owns a Model 3, I hate how Musk constantly comes up when talking about the car (and never in a positive light). Frankly I find the brand so damaged now because of his behavior, that this will be my last Tesla. I don't want to be pushed into an "right wing" category simply because of a purchase decision I made 5 years ago.

Sure there are other factors, such as more competition, and overall a slowdown of adoption of EV cars, but I have am fairly certain that Musk is one of the big factors of this sales drop. Price/value wise I still find Teslas incredibly attractive. This would be an interesting topic for a big survey if my opinion is in any way representative.

I'm confused by the pricing, why is going from Base to Medium more than double the price? It's cheaper to get two base tier servers and distribute containers instead, which is unusual.

I like the idea of the service though, but pricing is not that attractive for me currently.

Stay Gold, America 2 years ago

Nothing's perfect, but I do not wish back the alternatives we had (Experts Exchange, Quora, a myriad of forums where the first response was - did you use the search function, endless discussions that don't answer the original question, and so on).

It saved me so much time as a developer who just wants to get no-nonsense answers to my questions. The platform could not work without good moderation, or the site would drown in duplicates and low-quality content.

This sounds interesting, I've been looking for lightweight solutions to fill out PDF forms. The documentation could use some work though.

I'm overall very positive on Ubuntu, but snaps was a big misstep in my opinion. When snaps were rolled out, lots of features were no longer working in apps packaged as snaps, or it was at least confusing to users (like file picker suddenly defaulting to some isolated path). For an operating system that always had a big focus on good user experience, this was really mismanaged and prematurely rolled out. And then they decided to force that bad UX on people by pointing apt packages to snaps suddenly, taking away the users choice to not use snap.

The Amazon search lens was also a mistake, but at least it was easy for "regular" users to disable it. About Mir: so long as everything works, regular users wouldn't even notice, which is fine. I don't like the fragmentation in the Linux landscape, but oh well.

I will keep using "classic" for as long as possible. This trend to turn everything into painfully slow web apps is really getting on my nerves. As an example, I use quick steps very frequently to categorize emails. In classic Outlook, I click the button and the email is moved immediately - in the new Outlook it has a ~1 second delay until the email is moved and I can move the next one. Takes so long to get through my inbox.

If you want a consistent UI (non-native look), your best bet may be Blazor Hybrid currently. Yes, it's web technology (with the overhead that comes with that), but at least it uses the native browser components, so it's not nearly as "heavyweight" as something like Electron. My main concern has always been the lack of Linux support, but maybe that's not an issue for you.

I use C# for the most part, sometimes PowerShell. But I can certainly see how it's more useful when I don't know much of the API yet. Then it would be a lot of googling which the AI assistant could avoid.