Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
erdeszt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
erdeszt
4y ago
Isn't that company also trying to fulfill the same ideological goal? Their twitter even says "Freedom for gamers". Looks exactly the same type of bs to me.
2.
▲
by
erdeszt
4y ago
What do you mean by "two competing and conflicting beliefs"?
3.
▲
by
erdeszt
4y ago
> No need to project your own cognitive dissonance Not sure why you felt the need to insult me but that won't lead to useful discussions...
4.
▲
by
erdeszt
4y ago
> Why do you think this studio was a no government no authorities crowd? I meant the general web3/cryptobro crowd
5.
▲
by
erdeszt
4y ago
> We are working directly with various government agencies to ensure the criminals get brought to justice. It's amusing to see these kind of statements from the decentralized no goverment/no authorities crowd. To quote RKL: Wel
6.
▲
by
erdeszt
5y ago
> Javascript didn't need types Have you heard about Typescript?
7.
▲
by
erdeszt
5y ago
I kinda like that `defer` is very visible. Although I haven't worked on large Zig codebases so I don't know how that scales.
8.
▲
by
erdeszt
6y ago
Problem: whatever Solution: TRY-CATCH
9.
▲
by
erdeszt
6y ago
Amazon: https://www.cnbc.com/2019/07/17/eu-to-investigate-amazon-ove... & https://www.forbes.com/sites/enriquedans/2020/06/13/if-amazo... Google: https:/&#x
10.
▲
by
erdeszt
6y ago
Google has monopoly on search, Amazon on online retail and to a lesser extent cloud hosting, Facebook on social media. Twitter on 140 character word dumps so that's maybe not at the same level bad as the others. Edit: Apple doesn'
11.
▲
by
erdeszt
6y ago
I kind of feel the same as you. I'm happy that Parler is gone but on the other hand I think that Google, Facebook, Amazon and Twitter are monopolies and should be broken up.
12.
▲
by
erdeszt
6y ago
> So... Type signature `Int -> Int -> Bool` can be used for a function that does any of the following things: manipulates strings, decodes JSON, or queries a database It can definitely NOT query a database(as that would be an effec
13.
▲
by
erdeszt
7y ago
Why did you decide to use a system programming language to build a web api? That's 100% the wrong tool for the job.
14.
▲
by
erdeszt
7y ago
Is it always acyclic though? https://stackoverflow.com/questions/6163683/cycles-in-family...
15.
▲
by
erdeszt
7y ago
In the remarks section: "IFR flt are not permitted to tkof fr Rwy 15 or apch and ldg on Rwy 33." So depending on the wind they might not had the option to land IFR.
16.
▲
by
erdeszt
7y ago
That code doesn't compile because fromString returns Maybe StringEndingInDot and toString takes StringEndingInDot. So it does protect you from misuse.
17.
▲
by
erdeszt
7y ago
There's a Prolog in your Scala: https://www.youtube.com/watch?v=iYCR2wzfdUs It does compile time computations using generics + implicits
18.
▲
by
erdeszt
7y ago
Do you mean type parameters or regular parameters? If it's the former(and Scala is allowed) then I think Rho's Result type is a pretty good bet with it's ~60 type arguments: https://github.com/http4s/rho&
19.
▲
by
erdeszt
8y ago
> It will be faster to bring value to your customers using a dynamic language (Ruby/Python/PhP), then using (Haskell/Scala). If we are talking about a first iteration/mvp then I can agree with you. On the other once y
20.
▲
by
erdeszt
8y ago
First of all he said little by little so calling it rapid is a bit misleading. Second this was not ultimately a hardware/software failure but the failure of the overall supervisor of the system(= pilot). We can't (yet) make hardwa
21.
▲
by
erdeszt
8y ago
This one typechecks but loops forever: f :: Void -> a f _ = let x = x in x
22.
▲
by
erdeszt
9y ago
> because reasons Consistency comes to mind as a pretty good reason.
23.
▲
by
erdeszt
9y ago
I was referring to the lack of curly braces around the body of the then clause. This code has nothing to do with resource management and gotos per se so I don't see where your frustration and attack comes from.
24.
▲
by
erdeszt
9y ago
Here's the referenced commit for the interested: https://github.com/libressl-portable/openbsd/commit/ddd98f8e... To be honest I'm kinda surprised that even after the 'goto fail' story peop
25.
▲
by
erdeszt
11y ago
>Have you read... Not yet, I've removed the offensive parts. But if you quote from me please quote correctly, your current comment(and the fact that you update it in every 5 minutes) is misleading.
26.
▲
by
erdeszt
11y ago
Do you seriously think that anyone would implement crypto based on a reddit post? The lack of mention of modulo multiplication is totally irrelevant for the analogy. You could also say that the box analogy is broken because Eve can take a
27.
▲
by
erdeszt
11y ago
Even if I'd have a moral framework to start a discussion upon I wouldn't be able to convince you to stop eating meat because it was not a choice you made based on facts and rational arguments but something you've born into. U
28.
▲
by
erdeszt
11y ago
If it's completely isolated from the flight control systems then it doesn't really matter.
29.
▲
by
erdeszt
11y ago
Except that this is not working. You have to explicitly type lambdas if you assign them to local variables(or to properties, fields). But I don't see it as big trouble though.
30.
▲
by
erdeszt
11y ago
The ghci debugger is pretty awesome: https://downloads.haskell.org/~ghc/latest/docs/html/users_gu...
More ›