HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Georgelemental

3,753 karmajoined 6 वर्ष पहले

Submissions

CO2: Language backward compatible with C, with access to the Rust ecosystem

github.com
3 points·by Georgelemental·21 घंटे पहले·0 comments

Dutch Scientist Charged with Conspiring to Smuggle Mpox Virus into U.S.

nytimes.com
3 points·by Georgelemental·21 दिन पहले·0 comments

A collection of things that are not Arabic

notarabic.com
5 points·by Georgelemental·30 दिन पहले·0 comments

[untitled]

1 points·by Georgelemental·पिछला माह·0 comments

GrapheneOS fixes Android VPN leak Google refused to patch

cyberinsider.com
355 points·by Georgelemental·2 माह पहले·133 comments

We programmed a program to program new programs (2011)

smbc-comics.com
37 points·by Georgelemental·2 माह पहले·2 comments

comments

Georgelemental
·6 घंटे पहले·discuss
No actually, it's not a "win" if everything is formally illegal, and everyone lives in fear that if they don't keep appeasing the faceless unaccountable bureaucrat, they will be prosecuted tomorrow.

"For my friends, everything; for my enemies, the law."
Georgelemental
·20 घंटे पहले·discuss
There's a distinction between 911 emergency ambulance service (respond to people calling 911) and interfacility transfer service (transfer stable patients between hospitals and medical facilities).

When you are an ordinary person calling 911, you can't meaningfully shop around in that emergency situation. The competition that exists is between the possible organizations you local government could contract to run the system. The safety regulations and medical standards they set are part of them choosing what they feel is the best "deal" for their population. (In some places, all 911 calls are run by public fire departments; in others, the government contracts with private companies.)

At the IFT level, again it's not generally possible for patients to choose their service, because (as explained in the article) ambulance services inherently need extensive infrastructure with large fixed costs at every location they serve. You're not going to fit 20 ambulances from 20 competing companies in one hospital's ambulance bay, and those 20 competitors aren't going to be able to afford to pay employees to sit around for hours at that hospital on the off chance that maybe today patients will pick them and not the other guy. The costs for the ambulance company are not primarily per-call, most of the expense is to stand ready for a call whether it happens or not. Instead, competition generally happens when the hospital chooses which ambulance service(s) to contract with.
Georgelemental
·21 घंटे पहले·discuss
Where are you getting that 13k number?
Georgelemental
·3 दिन पहले·discuss
People are going to use Arabic and Hebrew whether you want them to or not
Georgelemental
·3 दिन पहले·discuss
If you are using plain text and don't have access to HTML or CSS markup, you can follow the RTL character with U+200E LEFT-TO-RIGHT MARK to achieve the same effect. And even if you do have access to those things, using U+200E ensures that operations that strip markup (like copy-paste) don't break your text.
Georgelemental
·3 दिन पहले·discuss
Again, if you are busy dying, you (or, more likely, the bystander who calls EMS on your behalf) do not have time to check how much the bill will be, or who has the best response time to your location at that moment, or the best equipment, or the best training.
Georgelemental
·4 दिन पहले·discuss
I think the current leadership in Tehran is pragmatic enough to want to avoid that. Of course, the longer this drags on, the more likely they are to be replaced by hard-liners
Georgelemental
·4 दिन पहले·discuss
When you are bleeding out on the street, you don't have time to shop around for the best deal
Georgelemental
·5 दिन पहले·discuss
Pre-release code had bugs that were fixed before the release? Why is that a problem? That's the point of having a testing and release process
Georgelemental
·5 दिन पहले·discuss
> eat brain tacos

What's wrong with that? Animal brains are a common dish in many countries, including France, Asia, and parts of the United States
Georgelemental
·7 दिन पहले·discuss
If you read what follows, he makes it very clear he intends to do more or less what you suggest
Georgelemental
·7 दिन पहले·discuss
> Humans seem to draw this line based on what is truly unethical (fraud is less unethical than torturing a baby)

Depends on the scale of the fraud! If you fraudulently sell unsafe baby formula that kills 10,000 babies, that is far worse than torturing just one
Georgelemental
·8 दिन पहले·discuss
China is more capitalist than the USA these days
Georgelemental
·8 दिन पहले·discuss
This is likely the sign you are thinking of: https://en.wikipedia.org/wiki/ISO_7010#/media/File:ISO_7010_...
Georgelemental
·9 दिन पहले·discuss
Tau is tau over 1, pi is tau over 2. See also https://www.tauday.com/tau-manifesto#sec-conflict_and_resist...
Georgelemental
·9 दिन पहले·discuss
Said OEMs could advocate for narrow carve-outs that apply only to them
Georgelemental
·9 दिन पहले·discuss
> In most languages (Java, Go, C#, Rust, Zig, OCaml, etc.) the process is reversed: you take a profiler to try and find allocations (usually in loops that happen millions of times). Then you go and eliminate or minimize the allocations.

This isn't fully correct. In Zig, the common pattern is that any function which allocates accepts an explicit allocator parameter; if you don't pass one explicitly, you don't get any heap allocations.

Rust doesn't make things quite that visible. But, if you restrict yourself to the standard library and crates designed with this in mind, allocations are usually not too hard to find. And you can always use `#![no_std]` without `alloc` if you want to be sure. Neither language is ever going to insert a heap allocation if it's not somewhere in the source.
Georgelemental
·10 दिन पहले·discuss
> The defense is of course that some people can do that - Musk did it, so why not?

Nope. Musk has been obsessed with rockets and electric cars, specifically, for a very long time
Georgelemental
·13 दिन पहले·discuss
The way to not get the most pessimistic outcome is to work for a better one, and to do that you have to first recognize the danger
Georgelemental
·14 दिन पहले·discuss
GNOME simplified its icons primarily to make life easier for app developers: http://jimmac.musichall.cz/blog/2019-01-23-the-big-app-icon-...

(They still have different shapes, though)