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

> Although the tariffs did not win support from a majority of states, the opposition was not enough to block them – which would have required the objection at least 15 nations representing 65% of the bloc’s population.


Maybe I'm missing something but why is the comparison table missing AMD Epyc 9684X (96/192) with a price of $14,756? Suddenly the price tag doesn't seem that outrages given the higher number of cores and performance gains. See benchmarks.

https://www.phoronix.com/review/intel-xeon-6980p-performance


Looks like the descent into totalitarianism is going well.


Chrome uses Chromium Updater aka Omaha 4 on macOS.


Keystone had a pretty mixed history on macOS, with things like the WindowServer bug and that one time it deleted the /var symlink. Do you know if the new updater is safer to use? I can't find out much about it.


> Do you know if the new updater is safer to use?

I have no data on that. All software has bugs, the updater included.


The Nix language also doesn't need to exist. They want to write pure lazy declarative derivations - great, you can do that in any existing language. It's a matter of style and APIs. You don't need to spend years developing a brand new language from scratch. Not to mention that many derivations end up calling a Bash script underneath anyway because at some point you actually need to perform an action in the real world. How would a derivation looked like if written in <insert your favorite scripting language> with lazy APIs?


The Nix language is basically what you'd get if you were designing a DSL for declarative configuration of extremely deeply nested trees. Nearly every "feature" in the language is for making that easier. You could probably write a Nix -> JSON compiler and end up with something completely unreadable because the language hides so much of what's actually present in the fully resolved tree.


That's not true. The language needs to be declarative. if you use your favorite lang and develop a DSL around those APIS, that DSL would be declarative.. also the language itself, isn't that complicated.... it's really quite minimal. It has its roots in ML. I honestly think people expect everything to look like javascript or C++ and it's a shame honestly.


Pulumi is a great example of declarative APIs built with imperative programming languages. SwiftUI is another.

Personally I have nothing against the Nix language, and use it without issue, but it's untrue to suggest that the language itself requires uncommon support for this kind of thing.


Ooof... Pulumi et al are terrible to write and read. Why should I care about writing 'new' in front of all my declarative configuration? What happens when an if statement depends on a concrete value? How would that even work? The leakiness of the abstraction is too terrible to even consider.

Terraform et al, despite not being my favorite, have much simpler semantics than Pulumi. It's not always a good idea to write DSLs into languages with huge paradigm mismatches.


Terraform and Pulumi have basically the same semantics.

> Why should I care about writing 'new' in front of all my declarative configuration?

Because that’s how your choice of language instantiates an object. Try F# or Swift or Go if it’s that annoying to you.

> What happens when an if statement depends on a concrete value?

What do you think “count = var.concrete_value ? 1 : 0” is doing in Terraform, exactly?

> The leakiness of the abstraction is too terrible to even consider.

While you are are entitled to your opinion, I’d suggest you are very much mistaken, and would implore you to actually consider it for a minute.


Just as a point of order. You offer no case for Pulumi and your one actual discussion of the semantics is misplaced as it deals with if expressions, not statements. Stratified ifs that occur at the non-recursive areas of the language are usually not a problem for these change management systems.


I'm not offering a case for or against either, to be clear - and neither are you - indeed you went so far as to say effectively you wouldn't even bother considering the semantics since they _must_ be awful.


The semantics of the Pulumi runtime are probably fine, but the semantics of the DSL layer that preceeds that when mixed with the sensible semantics of the Pulumi runtime are a recipe for disaster. This is based on my extensive experience with declarative DSLs in imperative languages. The impedance mismatch is high. Nothing to do with Pulumi's internal state management, but it's beholden to javascript.


Personally I see it as similar to typed vs untyped languages. You can add typing to untyped languages or you can just use a typed language. The language used shapes the structure and some are easier to reason about than others (to some people).


Some people don't want to hear this, but it is 100% true.


Meh... the nix language being as it is makes it a lot easier to write these things with less cruft. Every attempt I've seen at introducing laziness into a language like python, c++, rust, javascript, etc just seems to require a lot more unnecessary keywords and helper functions and cruft.


> On https://github.com/openzfs/openzfs-docs/issues/494 people unanimously agree that zfs native encryption is broken especially when sending or receiving raw encrypted zfs snapshots, and they blame the zfs leadership for refusing to admit that zfs native encryption is buggy because admitting that it is buggy is bad for the reputation of zfs.

More details on this can be found in a gist from the same author (keep in mind he's a well known zfs commmiter).

https://gist.github.com/rincebrain/622ee4991732774037ff44c67...


You might want to read the comment you're replying to again.


Oh, didn't I get the sarcasm of the comment I replied to... Thank you for making me reread it, really.


> Valve is now providing a build service infrastructure

Fingers crossed this means Arch will support the ARM architecture* in the official repositories. There's a related RFC which has been accepted but but I'm not sure where things stand right now.

https://rfc.archlinux.page/0032-arch-linux-ports/

* I'm well aware of Arch Linux ARM but that's a separate project with even less resources (missing packages, some broken). Asahi used to use it before moving to Fedora due to similar problems.


> Fingers crossed this means Arch will support the ARM architecture* in the official repositories. There's a related RFC which has been accepted but but I'm not sure where things stand right now.

That is the goal with the work they are sponsoring, yes.


> I think you meant North Korea, not South.

South Korea is infamous for their internet censorship.

https://en.wikipedia.org/wiki/Internet_censorship_in_South_K...


Curious as well. The only time I've seen it used in the wild is Redis' test suite. https://github.com/redis/redis/tree/unstable/tests/integrati...


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

Search: