HackerTrans
TopNewTrendsCommentsPastAskShowJobs

qalmakka

4,969 karmajoined 9 वर्ष पहले

comments

qalmakka
·7 दिन पहले·discuss
If those buses use DEF, have a anti particulate filter and are well maintained, their emissions should in theory be extremely low, with no heavy compounds. I hope local municipal authorities don't remove filters from their buses. Even then, most if not the new buses in my town are either electric or CNG/electric hybrids
qalmakka
·8 दिन पहले·discuss
It is a serious crime. Diesel exhaust is s IARC type 1 carcinogen. Somehow people go nuts when companies pollute water but not when they pollute the air they breathe
qalmakka
·11 दिन पहले·discuss
To be fair is quite hard to actually understand what this White House is saying most of the time
qalmakka
·12 दिन पहले·discuss
It has been clear to every single human being reading it for hundreds of years. It was never up to debate until some person of this administration decided to go and question the meaning of "jurisdiction thereof". Also saying that a foreign-born person isn't subject to the jurisdiction of the country they find themselves in opens a massive can of worms - like, if the State doesn't have jurisdiction over foreign nationals, does it imply it's not legally allowed to arrest them for instance? Two can play the same game and find infinite loopholes even in the clearest of texts.

This goes beyond the value of citizenship by birth, which I'm neither in favour nor against (personally I think that just sanguinis is nonsensical, but so is to automatically give citizenship even to accidental passer-bys), it's all about whether the law still carries any "evident" meaning or whether it can be spun around depending on political necessity, which is bad
qalmakka
·12 दिन पहले·discuss
This is kind of crazy. The text of the amendment is as literal as it gets. If this had failed it would have basically meant emptying Congress of all of its powers, because now the executive can just pick whatever interpretation they deem fit to their goals and run with it.

The rule of courts of law is to interpret the law, not to pick new creative meanings out of them. That's the role of the legislative power - otherwise what's stopping a court to reinterpret the meaning of any word in any legal text and allow the executive to rule by decree
qalmakka
·12 दिन पहले·discuss
To be fair a lot of it had also to do with the sheer immense amount of vast, mostly unused ,fertile land available in north America. I sincerely doubt the American experiment would have worked this well if they had rowdy neighbours and infighting due to resource constraints. For almost 200 years the solution to most things in the USA was to get a chunk of either their people or immigrant to move to the neck of the woods to find fortune
qalmakka
·13 दिन पहले·discuss
While some parts of Europe got slightly warmer during the Middle Ages, only to then cool down significantly during the little ice age. Anyway all of those changes were slow, over the course of centuries, and not like now a quick, aggressive increase in length and intensity that's certainly due to the highly foreseeable results of freeing millions of years worth of stored carbon in the atmosphere in just a few decades

Also most models indicate that the AMOC collapsing would mostly make winters way more rigid, and only have a small impact on summers.

I don't know where you're from but where I live we've been having weather that's >30C for almost a month now. The other day we had 30C at 23:00. The sea is a pot of stock, the water is 30C and the glaciers on the Alps are literally flowing off the mountains. This is serious and I highly doubt that this will improve unless we build massive CCS (which we shouldn't). We had a great summer weather and we basically traded it for a tropical one
qalmakka
·13 दिन पहले·discuss
OT: It's sad that future generations will probably be robbed from the joy of being able to stroll around fields and nature during the summer, at least in Europe.

The climate is so hot already that you basically need to live the whole summer like a bat lives every day - shut yourself inside during the day, go out at night. I already have a list of once cherished summer hobbies that are now borderline between being unwise and foolish nowadays, and it was all in the span of 20 years
qalmakka
·26 दिन पहले·discuss
Yes, but

- the apps almost always allow you to remotely increase your stay - the apps almost always allow you to pay by the exact minute instead of by the quarter/half an hour
qalmakka
·26 दिन पहले·discuss
You need to find a working parking metre which may or may not work, accept cards or give back change. Also most if not all of parking apps allow you to pay by the exact minute and extended your stay dynamically from the go, while with a paper ticket you need to go back to the car and get another one before it expires
qalmakka
·पिछला माह·discuss
> A very large portion of that ABI is already implemented due to both systems being POSIX.

POSIX provides an API, not an ABI, and that API kind of ends at libc. Being compatible with Linux at an ABI level means being able to provide the same syscalls in the same way as Linux does. Not all Linux syscalls map cleanly to POSIX APIs, and in general xnu has lots of different concepts that make it somewhat cumbersome to adapt to what the Linux kernel does. The example of this is Microsoft with WSL1; they gave up not because Windows was too shoddy but rather because people want ALL of the kernel, which is a moving target anyway. it's a waste of time not to simply run it in the first place, virtualization is cheap and you get the real thing, with no quirks
qalmakka
·पिछला माह·discuss
> IMHO the real Linux advantage is that it was using the gnu user land, and thus gcc worked well with it and companies started to sell commercial support early.

IMHO what really differentiated Linux were

a. the bazaar development approach, which lowered barriers to contribution, felt more transparent and "safer" with regards to what was going on in kernel land

b. the GPL, which while annoying to certain companies due to its viral nature, it at least guaranteed that no competitor could just develop a major innovation, grab the kernel and all of your contributions and run with them, undercutting you in the process

and also a noteworthy mention was the fact the BSDs were basically sabotaged by AT&T via their nefarious set of lawsuits, which nipped in the bud any semblance of advantage they had
qalmakka
·पिछला माह·discuss
The BSDs would be much bigger today if it wasn't for AT&T going after them hard in the early '90s, exactly when both them and Linux were starting to take up speed. I think that things could have gone way different if the BSDs were bigger and more popular, in quite unpredictable ways (it's not like they haven't been popular anyway though - see Darwin, or the Playstation OS for instance)
qalmakka
·पिछला माह·discuss
> I'm not sure how it'd defeat the point of having their own kernel.

Because then you'd need to both maintain your kernel AND your own implementation of the Linux ABI, an ABI you don't have control over and that basically forces you to reimplement half on Linux in the first place.

People already get what they want by having a tiny Linux machine running at native speed. In 2026, virtualisation still isn't free, but it's pretty darn close.
qalmakka
·पिछला माह·discuss
> aving containers run hardware one owns, a bad or even shameful idea

what? it isn't, it's absolutely a right you surely have. The problem is that

a. Apple forces people to buy Macs to build, notarise and deploy iOS and macOS apps b. Apple refuses to implement jails which is something that every OS, including Windows, has nowadays c. Apple only allows you to have 2 VMs - full, fat, with GUI - on each Mac computer, running at once c. Jails/Containers would allow you to easily deploy multiple jobs, which would allow you to have N jobs in parallel, which would mean you'd need way less Mac Studios/Mini in your local CI
qalmakka
·पिछला माह·discuss
macOS sandboxing is deliberately limited just enough to prevent anyone from truly implement Darwin-on-Darwin containers. People have been discussing about this for a while, see https://github.com/apple/container/discussions/611

In general I understand the rationale behind Apple's decision. They sell hardware, and there's real demand for macOS on servers to run build jobs and other Mac-only tools. Giving you the ability to run multiple containers on a single Mac would end up turning a 10 Mac Mini order into a 2 Mac Minis order for most people. Rest assured, even if it would be technically possible they'd find a way to cap it somehow via the EULA or whatever
qalmakka
·पिछला माह·discuss
That's totally unrelated to what I wrote
qalmakka
·पिछला माह·discuss
This is all fine and dandy, but where are the native Darwin Jails Apple? Still scared that people will filling whole rooms of Mac Minis if you allow them to have multiple macOS containers and not only up to two fat VMs per machine?
qalmakka
·पिछला माह·discuss
Linux and the BSDs take APIs one from the other all of the time. The issue with having a Linux ABI is that you don't need just the few APIs you're missing, you need to implement the WHOLE Linux API and it has to be _perfect_, otherwise stuff will randomly break. I loved the original WSL, I had to use it for a time period back in the day when I was stuck on a Windows PC, but it can't be denied it was full of random bugs
qalmakka
·पिछला माह·discuss
FreeBSD has Linuxlator because there is a lot of binary only software that was never and never will be ported to BSD, so it's necessary for them in order to avoid bleeding users away. Conversely, macOS has basically all software ported natively to it, so when you _need_ a Linux environment 95% of the time it isn't because you need $XYZ that only run Linux, but because you need a proper Linux environment with systemd, cgroups etc. Implementing that stuff on top of XNU would probably be extremely expensive and it would arguably defeat the point of having their own kernel in the first place.