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

Nothing new, all the extensions are practically broken already in the extension "store"


The natural extract is the secret and always imported from the US, but the variations are in the water and also the sugar syrup used, it depends the location in the world (source: I visited a factory once)


You can go to World of Coca Cola in Atlanta and try them all. I'm told the Beverly is especially memorable.


Anyone has noticed also that the "instrumental" keyword becoming mainstream and even totally false? More than half "instrumental" playlists and songs are including vocal singing...


Remind me of the Bible "No meal offering that you offer to God shall be made with leaven" (Leviticus 2 11)


We need to train AI psychiatrists. Now.


It's a phenomenon that looks like human speech, but it only has the appearance of it. There is no other similarity. It isn't emerging from any phenomenon that is like a human mind. The words are just selected from a probability distribution


For the old folks like me that started on linux installing Mandravia CDROMs from magazines back in 2000, this looks retrospectively so odd, unreal and fantastic


Less critical then yesterday because of ChatGPT, I always expected to become fluent in bash at some point, but the AI became too good at writing my scripts now...

Also you can use the chat as a learning tool, it's really a game changer for whom want to really learn it.


What could go wrong? Use a technology that is notorious for outputting wrong information to write a script that is really hard to get it right and then later reviewed by someone that can’t really understand it.

At this point just use something else.


You say that likes writing code doesn’t involve experimentation in general. You can’t trust the code that that Chatgpt gives you, but you also can’t trust the code that even you write until you test it. It is always an iterative process. Why does it matter that some use AI tools as a starting point?


> Why does it matter that some use AI tools as a starting point?

I rather learn (or iterate) using a proper source of information (like a book, a blog post written by someone with actual knowledge, or even with a more experience coleague). At least for me it seems more productive.


Try pasting a piece of code you don't understand and ask LLM to explain it to you.

Then try the same and find a human to explain it to you.

Then compare the price (including money and time) and performance of both.

I won't believe you made an objective assessment if your conclusion is that either party is the best solution all the time. The point is right now the number of occasions that AI has better price performance is large enough for it to be generally useful.


> I won't believe you made an objective assessment

Why even ask then?

I have tried to use chatGPT a couple of time and many of those times it was wrong, to a point that if I ever use again I'd definitely double check the output(which makes me not bother using it in the first place).

Cute that some people find it useful, I don't, it has no use for me in the state it is today.


Either it gives you so much that you never learn anything of use from those iterations or it gives you too little that you might as well write it from scratch (and get better quickly).


You can do a lot of irreversible damage with the shell, if you're unsure of how a line will behave don't run it.


> I always expected to become fluent in bash at some point, but the AI became too good at writing my scripts now...

This page :

https://mywiki.wooledge.org/BashPitfalls

Is the fastest way of becoming proficient with shell scripting. Whether it's pure posix shell, or bash and its extensions, they're small languages and can be learned in a week end if you're proficient in another programming language. The main pain point is that there's a lot of "surprises" and non-intuitive behaviors, that are all listed here. The first ones, about parameter expansions, quoting variables and leading dashes are the most common issue with newbies in shell scripting.

There's a lot of amazing tooling these days to make sure your shell scripts are fine too. First, shellcheck:

https://www.shellcheck.net/

I systematically run this on my scripts before using them.

Then shfmt for nice, reliable autoformatting: https://github.com/mvdan/sh

And finally, checkbashisms if you intend on making pure posix scripts that are compatible with debian/ubuntu's dash. It is part of the debian's devscripts suite, but is often individually packaged in other distros.

> Also you can use the chat as a learning tool

Or you could learn from a guide written by people who have suffered decades of experience of the pitfalls of shell scripting and have shared their woes.

https://mywiki.wooledge.org/BashGuide

chatGPT is good at coming up with magical solutions, but teaching you about all the corner cases?


I think this is a trap for engineers inexperienced with Bash. You can (and should of course) use ChatGPT to be more productive in writing bash scripts, but as was said in the previous discussions, bash contains so many traps which you won't be able to spot.

Bash's dangers might be exacerbated by using ChatGPT, since you'll rely on the tool and you might not be able to understand what's wrong if shit hits the fan.

I'd recommend not using bash for anything other than the simplest tasks, as per Google's Shell style guide [0].

[0] https://google.github.io/styleguide/shellguide.html#s1.2-whe...


“Less critical then”

Than. Not “then,” than.

I point this out because I’m pretty sure lazy reliance on spellcheck and autocorrect are to blame with about half the internet using then when they should be using than.

I shudder to think what a few years of ChatGPT is going to do.


I agree!


as someone who is late to this party, can you tell me how you are using it? In an IDE? what sort of way are you using it to learn rather than just give answers? thx.


Just use the website. You can explain (in english or even native language if relevant) your algorithm and for small functions it's giving you correct answer. You still need to concatenate them.

For learning in my case I needed to learn python and I'm already expert in javascript for example. So you can ask the prompt for the equivalent in python every time you feel stuck. But using the chat is so more precise and quick, than google for this kind of questions. Also without all the noise of google. In particular without this "noise" and time and concentration to find the response, it's a game changer when you really want to just learn and memorize.


I created a GOTO mecanism in rxjs once (typescript) but I felt doing the wrong thing


Japan is a civilization that produced mass quality samurai and monks, so maybe it's linked.


My problem with python is that it's branded as cross-platform when at the end you are required to learn docker and run on a linux environment to really stop suffering.


How does running a Python 3.4 app in docker help? 3.4 is deprecated and will get no more security patches. Running it in docker doesn't change this.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

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

Search: