Viewing profile — liara_k
liara_k
HN member- Joined
- Sun, May 05, 2019, 12:32 AM UTC
- HN karma
- 149
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About liara_k
No profile information was provided.
Recent public activity
-
comment
Comment #30543975
There are several of different options. The most obvious is an independent line of authority delegated from the state's legislature or governor. This is where the police get THEIR …
-
comment
Comment #30402694
Certainly, there's a libertarian argument made against requiring seat belt use, including mathematical economics models that can prove it... provided a few unstated assumptions are…
-
comment
Comment #30402427
Reinforcement learning gets ignored again... :/
-
comment
Comment #30346443
Likely because bots and troll farms are totally out of control, and they don't have a more accurate way of fighting it. IMHO, this is also the reason behind some of the heavy-hande…
-
comment
Comment #21405470
If this is intended to make a §230 argument, consider that its reason d'etre is based on the complete impracticality of pre-clearing user generated content. The practical considera…
-
comment
Comment #21401975
Tunnel vision is a thing. Taking some time to zoom out is often incredibly useful. Also, the philosophy and sociology of science are a VERY different thing from "the humanities".
-
comment
Comment #21237948
> not yet liquid stock that they would like to sell me That's... isn't that impossible by definition?
-
comment
Comment #21237925
Diversity e.g., in higher education admissions isn't just about what's fair for the students, it's also about what's best for the university and the students. Universities are natu…
-
comment
Comment #21237570
Variables go "out of scope" (in at least one sense) at last use, but are not `Drop`-ed (de-allocated, etc...) until the end of the function. The difference is important because of …
-
comment
Comment #21230470
According to whom? The propagandists of their political adversaries, I'd wager.
-
comment
Comment #21009248
"We apologize for the fault in the subtitles^Hjavascript. Those responsible have been sacked." "Those responsible for sacking the people who have just been sacked have been sacked"…
-
comment
Comment #20727247
The problem with this is that consumer Internet access is priced based on the assumption that it will be "bursty". Heavy users are subsidized by light users, both on a moment-to-mo…
-
comment
Comment #20626440
That's true in general now. Particularly in industries with high capital intensity, network effects, and/or monotonically increasing returns to scale. But that's a LOT of modern in…
-
comment
Comment #20617696
The purpose of (most) speech is to create action. If the phrase "I'm going to kill you" is intended to alter someone's behavior. If property is involved, whether it's through force…
-
comment
Comment #20617538
That only works if you're actually going to act on the intelligence gathered from having the discussion centralized. That's something the U.S. is clearly willing to do with, e.g., …
- comment
-
comment
Comment #20617330
The price of Amazon stock is ultimately supported by expectations of future dividends. The same is true for other stocks too, of course. Whether or not the company has paid out div…
-
comment
Comment #20587464
Speaking for myself... The most obvious example was my response to emotional situations in fiction. Going from only being able to empathize with characters only on an intellectual …
-
comment
Comment #20586847
While anecdotes aren't evidence themselves, they're extremely useful (1) when there aren't scientific studies available and (2) for generating theories that can later be tested. Wh…
-
comment
Comment #20531299
There's more to "capital" than a physical machine. Compare the cost of creating software (often many millions) to the per unit cost of copies of that software (zero). Compare the c…
-
comment
Comment #20492578
> Is it really high capital intensive? I make websites and i m not rich. If you work in the industry and aren't familiar with concept yet, it's something that you would greatly ben…
-
comment
Comment #20488348
> unless google+apple conspire to regulate the market to prevent others from entering Not to pick on you specifically, but this view is way too wrong to be so common. The informati…
-
comment
Comment #20312927
One theory that seems plausible to me is that there's deliberate confusion and misinformation created to combat or discredit leaks. Imagine that there's an adversary who has access…
-
comment
Comment #20234376
Yup, thanks. Will be more careful with that distinction in the future. =)
-
comment
Comment #20226351
No, but Rust provides this memory safety without GC, which is AFAIK, unique in a mainstream language. The type system knowing about ownership and borrowing also allows the eliminat…