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

Thanks for your hard work!

I discovered Homebrew now sometimes asks whether I actually want to install a formula (e.g. `brew install ffmpeg` asks whether I want to install it because it has dependencies). Is there a way to disable this behavior and revert to the previous one?


Thanks :)

—-no-ask, —-yes, -y or HOMEBREW_NO_ASK=1


Nice, thanks! Added to my configuration file :)

https://github.com/Frizlab/frizlabs-conf/blob/663e287eadadd9...


Rosetta should be supported

Not for long!

Very unlikely to lose support for Rosetta for Linux. Maybe just Rosetta 2 for mac apps.

Oh, didn't read that part of the news. That's great. Ability to run x64 docker images seminatively was one of the big reasons I jumped to the M1 platform when it came out and I was baffled that they would remove it.

I have bought one recently and am using it almost daily.

They are not complying with China’s demand either AFAIK.

EU does not want privacy. They actually want to get rid of privacy every so often (adding backdoors in encrypted conversations). So far it has not worked out, but I’m afraid they will succeed at one point.

To follow along that line of thoughts, the requirements they are actually asking for proper DMA compliance would probably go right in that direction tbh.

I, for one, am happy Apple is taking a stance, and, as an European would really much like my government to stop asking ridiculous things that do not profit the consumer.


Believe it or not, the eu is not one single entity with one undivided goal. As is perfectly well demonstrated by chatcontrol being proposed by one side and continually struck down by the other.

google/gemini has not complied properly to DMA in android AFAIK

Probably not, but it's still available. The DMA most likely would require the ability for users to be able to benefit from to the AI regardless of which email/photo/messaging provider they prefer to use.

Exactly. Even though Siri is completely lost today, my friend asks it a number of random things, all she wants is an answer. Currently it redirects to the web, it’s enough for her. I told her “next year it’ll work!” And boom. We’re in the EU. Sad.

One of the big reasons why I hated AI since day one.

But the critique is good! I strive for feedback when I write docs. Usually they are just ignored though.

Mmmh I don’t know about most of the languages with which this language compares itself in the readme, but for Swift it seems that the comparison is either out-of-date or misinformed.

- thread-safety (no race conditions): Swift has full concurrency checks since Swift 6, which prevents race-conditions*.

- compile-time calculations: Macros can permit compile-time compilations. The syntax is not lightweight, that’s for sure, but it is possible. And you can do much more than “just” compile-time compilation.

- references (with auto reference creation and dereferencing): I am not fully sure what this is about, but classes are references…

*Logical race-conditions are still, obviously, possible, but unsafe concurrent access to the same variables are not.


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

Search: