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

I'm surprised that we have a lot of comments but still no alternative which would be secure by design. Meaning, not downloading stuff shadily in the background like Zed, or allowing extensions to roam free like VSCode...

I understand not wanting to ship a single IDE package with support for everyting by default. But in that case the IDE vendor should build and audit enough extensions themselves so you can have a working product without relying on untrusted/unaudited ones.

We aren't talking about a single dev developing an IDE on their spare time. We are talking about a company with expenses and revenues in billions. They could develop and support replacement for every single extension in the vscode marketplace (most are redundants) and it would still be an invisible blip in their financial numbers.


Both Emacs and Neovim gives you full control IF yhats what you're after.

I might just go back to emacs :(

That should be a :)

Maybe, but I remember why I left my beloved-but-extremely-slow emacs :p

I'm not sure about that. The "normies" around me love AI. My mother and mother-in-law drive me crazy when I ask for advice and they copy the answer directly from ChatGPT. Not to mention the stupid images generated by AI.


In my experience, old normies love AI, young normies do not.


My parents hate AI, as do my nieces and nephews.

It's not an age thing. It seems to be an experience thing. If AI is perceived to have ruined something you like, or otherwise negatively impacted your life, you're going to hate it.


The conclusion here is that we’re all someone else’s normie I guess.


I’m not sure what you mean by “normies” - non technical people? I don’t know a single person who /loves/ AI. I know some that speculate about potential benefits. I know some that use it begrudgingly. Some that have some anecdotes of it being useful but mostly couched in dread. Almost universal is the feeling that it is being forced on them in ways they do not want. Who loves it?


There's stuff I think if cool but is not really regarded as AI any more like language translation and I find the google lens thing in Chrome very handy - does ocr, finds stuff in images etc. Maybe people will like more the stuff that doesn't get called AI but just does useful things?


I think it is hard to generalise like this. There's a lot of people in the world and we each only know a very small slice of them. I happen to know several people who love AI, I don't feel like have a good grasp of the where the overall sentiment is.


> I'm not sure about that. The "normies" around me love AI

Really? Because every "normie" I know complains to me about how much they hate AI.

Lots of the the complaints center around it being forced on users, how all information on the web is AI generated anymore, thus can't be trusted, broader issues around how it makes society much less stable (bots, misinformation, fakeporn, and more recently, breaking security). And, of course, those whose jobs are actively being replaced by AI really hate it.

The data centers going up locally are likely to be another avenue for complaints.


But then that would have the downside of falsely blocking projects that were developed in private and then just pushed to Github (or any public repo). Like I always use my own, self-hosted Forgejo for everything by default.


If you develop on your own private instance and then mirror to GitHub to release it then there will be 3 months of git history in the logs.


If it's a project you actually care about and are actively working on it'll be just as good 3 months from now.

If it's something that'll be irrelevant in 3 months why should anyone care about it?


That is true in most cases I guess but just look at the current product in OP. In 3 months, at the pace AI products evolve, we might "all" be using the next AI coding harness and Claude Code could be a thing of the past. So it's not a long lasting tool like curl for example.

All I'm trying to say that generalizing like suggested might exclude some useful things.


I think it's also an option to anonymously tell the world what will happen. That way you keep your job and still people are at least aware. Unless if you are one of like 3 people who know about it and they would immediately know it was you.


Do you have some source I could read on this? I don't really use Gemini but I would be interested to know more.


I've been using Gemini a couple months and haven't noticed it pushing Google products at all.

I did ask it some scientific questions about gemstones and it seemed to want me to buy sapphires, lol. Sorry, Google, that's outside my budget.


Checking for OWASP top 10 items during code review is usually a mid level dev interview question IME. It's nothing new. Teams don't have to come up with these. These things exist.


I guess it's not a browser issue. I tried firefox, safari and brave on macos and neither worked, even in private window. Bummer.


Yeah this worked for me last night, but I too get a blank screen today.

In the developer console I see a CORS error for an attempt to load an SVG component from a CDN; I wonder if the dev pushed out a bad update


Isn't the outcome / solution for a given task non-deterministic? So can we reliably measure that?


Yes, sort of. Generally you can measure the pass rate on a benchmark given a fixed compute budget. A sufficiently smart model can hit a high pass rate with fewer tokens/compute. Check out the cost efficiency on https://artificialanalysis.ai/ (say this posted here the other day, pretty neat charts!)


It's much easier to measure a language model's intelligence than a human's because you can take as many samples as you want without affecting its knowledge. And we do measure human intelligence.


Statistically. Do many trials and measure how often it succeeds/fails.


Aka a benchmark.


This is the only correct take. The only metric that matters is cost per desired outcome.


Repetition and statistics, if you have $1000++ you didn't need anyway.


I think it's more about how they approach their users in general that is the problem here.


I am not a C programmer but I always find these low level languages intriguing.

I am wondering though: when does one pick C3 for a task/problem?


C3 is pretty much aimed at those who would use C for a task but prefer something a bit more modern. I find it more fun to program in compared to plain C, and it's definitely more simple than reaching for C++.


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

Search: