Viewing profile — babyloneleven
babyloneleven
HN member- Joined
- Sat, Oct 13, 2018, 9:30 PM UTC
- HN karma
- 50
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About babyloneleven
No profile information was provided.
Recent public activity
-
comment
Comment #20656172
This app exists, it's called indrive
-
comment
Comment #20650729
VSCode (and Atom) feels like an Emacs with Javascript instead of Lisp anyway
-
comment
Comment #20641085
They make many useful websites unusable though. And when you whitelist you're then vulnerable, because there's no way to know some Javascript doesn't contain an exploit (do you run…
-
comment
Comment #20624369
Also https://en.m.wikipedia.org/wiki/End-to-end_auditable_voting_...
-
comment
Comment #20624356
There are crypto schemes that can solve those problems. Some work with paper ballots as well. https://en.m.wikipedia.org/wiki/ThreeBallot
-
comment
Comment #20598236
Your examples are garbage logic because array overruns are so harmful that they should be hard errors. Of course, this requires a runtime cost, that can be elided in most cases by …
-
comment
Comment #20592527
How is Python non-Algol?
-
comment
Comment #20569947
Sometimes it's not worth to optimize too farther from the current local optimum. UI designers have a "budget" for weirdness and unfamiliar conventions and must spend it wisely
-
comment
Comment #20554997
Also, if you rely on a third party to do identification for you, you simply don't need a blockchain. Blockchain is heavily constrained by the vital requirement of not trusting any …
-
comment
Comment #20545989
In some sense it's the contrary.. the typeclass hierarchy has a lot of idealism that won't fly in Haskell's comparatively pragmatic Prelude (DivisionRing? Really?) They even backtr…
-
comment
Comment #20540469
This is achieved merely by following the rules. But what are the most appropriate rules? It depends on the taste of the logician
-
comment
Comment #20475748
I also grew up with racists and homophobes. Actually my mom is the most racist person I know. Should I be happy with it?
-
comment
Comment #20473084
https://www.theguardian.com/technology/2014/jun/29/facebook-... is concerning
-
comment
Comment #20468891
Survivorship bias. The ones that broke aren't around to compare.
-
comment
Comment #20468561
The rayon crate has a global state: the entire program must use the same thread pool, even if different crates depend on different rayon versions. It uses a Cargo feature meant to …
-
comment
Comment #20468519
You are the site owner. The bouncer works for you. Your users didn't hire the bouncer and don't want to be tracked. Secretly, the bouncer may use this data for nefarious purposes. …
-
comment
Comment #20445117
This is cruel. Someone that is donating should think about the welfare of the recipients. Otherwise it's just massaging one's own ego.
-
comment
Comment #20261191
Typescript's type system is unsound by design. And it doesn't have the sophistication of Haskell. So it isn't that similar IMO
-
comment
Comment #20121929
Well, it is if you are deaf.
-
comment
Comment #20068354
I hope DO's CTO review your case too.
-
comment
Comment #19990934
Rust has Redox (desktop focused) and TockOS (embedded). I happen to (wishfullly) think the next major OS will have capability-based permissions at the core level, a model a bit lik…
-
comment
Comment #19972913
There is no open source license like that.
-
comment
Comment #19971250
Of course I trust China more. China never militarily supported a coup in my country.
-
comment
Comment #19970185
Hey it's not senseless. Rust doesn't have subtyping (except for lifetimes), and specially not subtyping between a parent class and its child. This is on purpose. Subtyping is requi…
-
comment
Comment #19873124
Can you use views or other feature to tie together a table and its mapping table into a single view?