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

i have disabled siri for well over a decade now

i don't need that sort of thing


I never liked Siri but leaving Perplexity/ChatGPT in voice mode so I can just verbally ask for web searches etc while I'm doing other things is amazing. Something like that with MCP would actually be revolutionary.


Agreed. Even if it worked perfectly, I’d rather just press a couple of buttons than have to speak to it. It’s just of no interest to me.


exactly. nobody said what GP said. it's concerntroll nonsense that plays well with the contrarian, "smart" HN crowd.


Here are a bunch of “Nobodies” talking about vaccinated folks not getting sick (or very low chance of getting sick) and not being contagious and spreading the virus. We know now that this was all bullshit.

We all can look back on this time and choose to remember what we want. I am going to remember the government mandating an ineffective vaccine and lying to me about it.

https://youtu.be/3gYbfIThc7A?si=O4SCq-RwwEiWt_7W


Ineffective? If it has to work 100% to be considered effective, in not sure we have any effective medical treatments.


> ineffective

The country is pretty inarguably substantially safer with a covid-vaccinated population than without. The development of those vaccines is a hugely important event in human history.


Do you also choose to remember "it's a left wing conspiracy to hurt my re-election chance, just watch it'll be gone in two weeks"?


What does that have to do with public opinion of vaccine efficacy?


I mean the alternative seems relevant but if you're only interested in 95% actually being 87%, you do you.


that...was not the biggest problem lol


When they were busy arresting people for not wearing masks, kids not wearing marks and not social distancing while Fauci's family was gallivanting around without masks and attending public functions...yes it was a big problem, lol. Most of the rules were proven unscientific as Fauci himself admitted later in senate hearing.


Who was arrested?


Are you seriously asking this in good faith ? There are dozens of cases of people who were arrested. Please do your own research. It will barely take you ~10 mins.

East Harlem - poor district - no health officials only harsh police enforcement, >20 people arrested.

Lots of arrests in Manhattan for social distancing. Even taking video of the arrests got you arrested

https://abc30.com/nypd-violent-arrest-east-village-caught-on...

https://www.theguardian.com/us-news/2020/may/08/social-dista...

Famous report of Texas woman arrested for not wearing mask to Bank AFTER Abbott rolled back the federal mask mandate.

https://edition.cnn.com/2021/03/13/us/galveston-arrest-bank-...

No mask - no vote https://marylandmatters.org/2020/10/28/gop-lawmaker-takes-le...

Famous case of Mom arrested and taken to the ground for not wearing mask correctly, lol. https://ny1.com/nyc/brooklyn/coronavirus-blog/2020/05/15/mot...

We can go on and on...but seriously do people have such terrible short term memory that all the arrests, business closures and police abuse are already forgotten ?


I looked through these articles and also did a bit more reading.

In multiple cases, the individual was given the opportunity to comply with the law (or request, in the case of a private business), refused, and then was arrested for trespassing when they were asked to leave. That's actually different from "Arrested for not wearing a mask".

In one article, the women who refused to wear the mask threatened to cough on people.

In another case, the lawsuit was thrown out by the judge; the individual who was arrested was actually given the opportunity to vote (in a no-mask area), but refused and then was asked to leave, then arrested for trespassing.

There certainly were rights violations, and unnecessary violence/arrests by law enforcement officials. I'm not excusing those, but I will observe that it's challenging to uphold the law in a rapidly changing medical emergency.

In another ac


Out of those incidents, what %age was due to not wearing a mask vs the person in question acting out of control when asked to follow whatever rules were in place?


Nixpkgs isn't Nix and in production you rarely just use Nixpkgs verbatim. It's trivial to overlay whatever versions you want (including forks), and I'd say it's expected for any company in production to manage their package set.

We are talking about a company full of professionals. If they need something obvious, simple, and default to manage their build - the core business function that turns their text into deployable artifacts - maybe there is a skill culture issue.

The industry is full of ineptitude though.


> The industry is full of ineptitude though.

While I disagree with the person you're replying to, I find your reply dismissive.

I don't know the behind-the-scnene reasons for this, but I can very very easily apply a very similar situation to this from my experience.

Nix is a full blown functional programming language along with a very rich (and poorly documented, niche, only second to C++ template in error comprehensibility[1]) ecosystem in itself. It's not like "docker" or "kubernetes" where you're mostly dealing with "data" files like yaml, json or Dockerfile. You're dealing with a complex programming project.

With that in mind:

- You have a core team with 1 or 2 people with Nix passion/expertise.

- Those people do most of the heavy lifting in implementation.

- They onboarding the team on to Nix

- They evangelize Nix through the org/company

- They mod and answer all the "#nix-discussions" channel questions

Initially the system is fairly successful and everything is good. over the next 5-6 years it would accumulate a lot of feature asks. The original "Nix person" has long left. Most of the original people have moved either to other projects or not particularly that passionate about Nix. In fact, the "best" developer you have who has inherited the whole Nix thing has only really had to deal with all the shit parts of Nix and the system. They are they ones fixing issues, dealing with bugs, etc. All while maintaining 3 stacks, a Nix stack, a Go stack, and a Rust stack.

Eventually that person/team that's annoyed by maintaining the Nix project wins. They want to own that code. They don't want to use Nix any more. They know what's needed, they want to implement it as part of their main Go stack that they are actively working on. They can optimize things for their special case without having to worry about "implementing it the Nix way" or "doing it upstream".

They promise you (the management who is open to the idea, but trying to understand the ROI) feature parity + top 5 feature asks for the initial release. You trust the team enough to let them do what they think is best.

[1]: LLMs are really good at suggesting a solution given an error message. Nix errors bring them to their knees. It's always "Hmmm.... it appears that there is an error in your configuration... have you tried a `git revert`?"


I'm not being dismissive. Well, I am dismissing a lot of industry people's opinions. Because they're bad.

Just because people decide stuff for money doesn't mean I can't call them bad. Not everyone is equally skilled.

And your parable is exactly the issue. The unskilled and loud and whiny do often win, and it's a shame. I see it all the time.

(Also you're way overstating Nix as a "full blown FP language." It isn't hard to learn. I learned it just be existing on a project with it. Within 6mo, now I'm apparently a "Nix expert" and people now point at me as one of the people who "knows it" and "you can't expect everyone to know it like you do." idk maybe I'm some genius but I think it's more that I just don't have a bad personality.)


So you are being dismissive. That's what you're doing. You're dismissing more than just "stuff for money". You're dismissing anything that doesn't fall under the "skill" or "technical" category. All software projects contain a human element. I was showing an example from my experience on how something like that could happen.

> A perfectly capably (but perhaps a bit esoteric) technology is picked by a smart passionate person for a project.

> The novel technology is in 1 isolated module that's mostly feature complete for the first 1-3 years.

> People in the team/company deal with that "thing" as a blackbox more and more

> 5-10 years later, mostly new team maintaining the project. They hate the weird choice of tech. "Why is only this one component different???"

> People understand the contract with the "black box" very well, but HATE the "black box". People think "We can implement the black box contract very easily"


Two things can be true in your hypothetical:

1. Someone was forced to maintain Nix and want to switch to easier to maintain tooling 2. That someone can lack in technical understanding of the problems they are facing

The former doesn't negate the later.

The way I would put it is sometimes you choose a worse option because the people you have available are better at that option. That doesn't mean you made a mistake but it does mean your lack of expertise sent you down a different path.

And of course to finalize I will re-emphasize my "didn't make a mistake" comment. Ivory tower isn't a good idea either.

But someone responding "it is too bad the company that built packages couldn't properly use the package tooling they depended on" can still be true in a situation where a company made the correct decision of dropping that package tooling.


Yes I am dismissing. People don't have a right to not be dismissed if I judge them poorly. People are allowed to have bad professional opinions of others.

And I am dismissing the types you describe specifically. I dismiss them (privately amongst the likeminded) at work all the time too. I just put them on a list in my head when they start spouting these sorts of bad values.


> maintaining 3 stacks, a Nix stack, a Go stack, and a Rust stack

Nix is a package management system with a little bit of programming tucked onto the side. "Nix stack" is not the same type of thing as "Go/Rust stack". If you try to move things over to Go/Rust, you'll spend a little bit of time rewriting the code and a whole lot of time reinventing the wheel on everything else involved. You're not moving between implementations, you're building your own implementation. That's almost always a bad idea, and it's a much higher cost than learning the syntax.

Moving from a Nix stack to a Go stack only makes slightly more sense than moving from a docker stack to a Go stack. Which is to say, very little sense.


But they also have to manage the Git stack on top of all that! /s

(Though really, what's up with so many people in the industry being absolutely bad at git well into their careers?!)


Wow, this is literally the story of my team. Luckily there’s enough autonomy for us the escape the gravitational pull of the few remaining evangelists, but this is essentially what led us to this point.


I think that's kind of sad. There are a lot of good technologies that require some investment to understand them and a lot of worse is better approaches that end in a mayhem that is ultimately a terrible work environment.

For a while it seemed like investment would win but now I think we will have massive tombs of poorly written stuff that can only be worked around with even more LLM generated solutions. It is like the software bloat problem we've had recently but on steroids.


yeah, software development on Windows is just terrible.

I do gamedev on Linux for this reason. With Nix it isn't even that bad to cross-compile.


> I know this says more about Musnix than Nix, but I think it highlights the advantages of configuring your system with a real programming language. All the "audio stuff" was able to fit behind a well-designed abstraction barrier.

I think it's a testament to Nix's promise. Abstraction with capital A!



is it tho? at least the impolite slop is born from a real person's heart and soul


The article doesn't need to be about both Presidents - why is that a necessity? The old administration is done and over.

It's clearly about the current administration, which is partaking in enough visible, ongoing corruption to fill a textbook.


To some people, engineers without project management doesn't make any sense.


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

Search: