HN user

Cyph0n

9,646 karma

Software engineer @ Google.

All views are my own, etc.

* Homepage: https://assil.me

* Github: https://github.com/aksiksi

* Twitter: https://twitter.com/aksiksi

[ my public key: https://keybase.io/aksiksi; my proof: https://keybase.io/aksiksi/sigs/PhsFUqf4TTQdHrQvnrRhLU4bgilyPjSZjo5DQFHM9QU ]

Posts16
Comments3,711
View on HN

“But Morocco didn’t exist!” - addressed in another reply, see sibling.

The UN argument boils down to Spain lobbying the UN early on (post-WW2) at a time when Morocco and other North African and West Asian states either did not exist yet or did not have the ability to represent themselves well at the UN.

Yep, it’s always justified by the fact that Morocco never existed and therefore has no claim.

But applying this logic universally would change the world map, not to mention that this justification ignores the fact that the concept of a nation state is relatively new as a norm.

Regardless, I and many others will continue to ridicule Spain’s paradoxical position on Gibraltar. Hopefully a just resolution is realized for all parties at some point in the future.

It would also be great if Ceuta and Melilla returned back to Morocco, and if Western Sahara in turn gained its independence from Morocco.

As an aside, I have always found it ironic how Spain continuously whines about Gibraltar while doing the exact same thing to Morocco. At the very least, Spain was smart/lucky enough to lobby the UN early on to not include Ceuta and Melilla in the decolonization list.

Or intentionally repatriate colonial administrators who oversaw torture of misbehaving natives and place them in cushy government positions back in the metropole.

Or repeatedly elect ex-Irgun and Lehi terrorist leaders into the highest positions of government.

Or just Winston Churchill the hell out of it and be proud of your past crimes.

etc etc

NixOS 26.05 23 days ago

Jovian is as close as you’ll get. Works like a charm and gives you a SteamOS-like experience on desktop.

And the best of the best of medical students the world over compete to enter the US market. Being US board certified garners the highest pay even outside the US (eg GCC).

It’s kind of like our industry - the higher comp is a big reason behind how the US attracts talent from all over the world.

Understood, but you're removing the moral aspect of the capitalist's exploitation of labor from a discussion on why the capitalist gets to make a billion dollars and the farmer doesn't.

But it is precisely the same as the capitalist model

It’s only the same if you consider natural resources and human labor to be equivalent. To me, that sounds quite reductive.

And you seem to not realize that a census has a much wider impact than allocation of federal funds. It’s a nationwide survey done once every 10 years. No other survey compares in scale.

Now think about the data you could collect and the decisions you could make based on this data to ensure a better future for all in this country; in fact, this is a stated goal of the survey that you either didn’t know about or are willfully ignoring.

On the flip side, think about the repercussions of tainting this data and basically wasting such a valuable chance that won’t come around again for another 10 years.

Hogwash? More like state-backed propaganda disseminated by so-called objective and professional media organizations in order to justify an offensive war against Iran; a war that has achieved virtually none of its stated aims.

I personally trust OSINT sources more than NGOs these days. I would wager that the security forces numbers are higher. I would also wager that the majority of the deaths were CIA and Mossad backed insurgents operating in the context of a wider, legitimate, civilian-led protest movement.

Ah, so now none of the protesters were gunned down in the streets? How convenient.

As many as 30,000 people could have been killed in the streets of Iran on Jan. 8 and 9 alone, two senior officials of the country’s Ministry of Health told TIME—indicating a dramatic surge in the death toll.

https://time.com/7357635/more-than-30000-killed-in-iran-say-...

Imagine infiltrating the Iranian surveillance camera network and being unable to produce footage of 30k people massacred across two days.

I do not like Iran because of its actions in Syria and Yemen, but even with my bias, I could hear the bullshit Western elitist consent manufacturing engine starting up from miles away.

Do you blame them? If a global ring of elite pedophiles turned out to be true in spite of all the gaslighting and denial, then why couldn’t the moon landing also be a conspiracy?

Keep in mind that the elite class couldn’t give two shits what the peasant class thinks. In fact, having us believe in false conspiracies helps distract the masses from the true conspiracies :)

IBM no longer has fabs (spun off as Globalfoundries and later sold), and no longer manufactures PCs (sold to Lenovo?), but it does make mainframes I guess?

So BYD for cars and Samsung for phones and consumer electronics more generally (from fab upwards).

In fact, I believe Samsung is the only company on the planet that can design & build a state of the art smartphone from scratch - silicon/fabrication, SoC, battery, baseband, camera sensor, memory, and display.

What other high tech vertically integrated producers exist in this group?

Love systemd timers 2 months ago

I never had the opportunity to try out quadlets, but they seem powerful.

I maintain one of the competitors listed in that README (compose2nix), so I am a bit biased haha.

For now, I prefer the ability to interop with Compose.

Love systemd timers 2 months ago

Ugliness is subjective :)

But my question was around readability: were you able to understand what the snippet I shared is doing?

Re: build-time checks - but systemd hasn’t done it, and I am also unsure where exactly this verification would even take place given systemd’s configuration model. Unless you’re talking about some kind of language server or IDE integration.

Love systemd timers 2 months ago

I believe that probably won’t work unfortunately; the generated unit files have a bunch of hardcoded Nix store paths.

Love systemd timers 2 months ago

No. Is that not readable to you lol? I think anyone with even a passing familiarity with systemd would understand what that chunk of Nix is doing.

Compare it to the alternative of using plain systemd (including command(s) required to enable units).

Also, consider what build-time validation you get prior to starting the unit/timer. Hint: zero.

Love systemd timers 2 months ago

I define all units in Nix because:

a) It is way nicer and you get decent validation at build time

b) A LLM can port units over if the need arises; it’s a very light abstraction around systemd syntax

c) I personally don’t see how I would ever move to another distro :)

Love systemd timers 2 months ago

+1, NixOS makes working with systemd a breeze. Defining units in Nix beats wrangling INI files.

  systemd.services.sync-recyclarr = {
    serviceConfig.Type = "oneshot";
    path = [ pkgs.podman ];
    script = ''
      podman exec -it recyclarr recyclarr sync radarr
      podman exec -it recyclarr recyclarr sync sonarr
    '';
  };
  systemd.timers.sync-recyclarr = {
    timerConfig = {
      OnCalendar = "daily";
      Persistent = true;
      Unit = "sync-recyclarr.service";
    };
    partOf = [ "sync-recyclarr.service" ];
    requires = [ "podman-recyclarr.service" ];
    wantedBy = [ "timers.target" ];
  };

And how exactly is this situation worse than the unfair allocation of salaries and bonuses in companies today? Even within the same company, people can get paid more based on the org/division they work in (e.g. core AI teams), or even based on their (team or individual) perceived value to higher ups.

At least with the Samsung union, the decision is being made bottom up vs. top down.

No, that is not a “complex” position at all. On the contrary, it’s a fairly simple position where you take no strong stance but still want to claim the positive aspects from each side.

Are unions universally good? No, because humans are in the loop, and humans can do bad things.

Does that change the fact that the concept of a union is one of the greatest innovations in all of human history? No.

Can unions today help disparate human workers collectively improve their working conditions? Yes, because this is what unions were designed for, and I think is the key outcome the Rockstar folks are betting on.

For a recent example, read up on the Samsung union bargaining for company wide bonuses in the wake of the huge profits made off the surge in demand for memory.