Viewing profile — erdeszt
erdeszt
HN member- Joined
- Sun, Jun 16, 2013, 8:31 PM UTC
- HN karma
- 74
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About erdeszt
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #30846960
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.
-
comment
Comment #30846706
What do you mean by "two competing and conflicting beliefs"?
-
comment
Comment #30846556
> 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...
-
comment
Comment #30845981
> Why do you think this studio was a no government no authorities crowd? I meant the general web3/cryptobro crowd
-
comment
Comment #30845426
> 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 go…
-
comment
Comment #27653915
> Javascript didn't need types Have you heard about Typescript?
-
comment
Comment #27300550
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.
-
comment
Comment #25803332
Problem: whatever Solution: TRY-CATCH
-
comment
Comment #25753816
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://finance.yahoo.com/news/goo…
-
comment
Comment #25753719
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 th…
-
comment
Comment #25748393
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.
-
comment
Comment #25727879
> 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 defini…
-
comment
Comment #22091490
Why did you decide to use a system programming language to build a web api? That's 100% the wrong tool for the job.
-
comment
Comment #22089804
Is it always acyclic though? https://stackoverflow.com/questions/6163683/cycles-in-family...
-
comment
Comment #22074197
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.
-
comment
Comment #21480508
That code doesn't compile because fromString returns Maybe StringEndingInDot and toString takes StringEndingInDot. So it does protect you from misuse.
-
comment
Comment #19778037
There's a Prolog in your Scala: https://www.youtube.com/watch?v=iYCR2wzfdUs It does compile time computations using generics + implicits
-
comment
Comment #19778013
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:…
-
comment
Comment #19317096
> 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 ca…
-
comment
Comment #18551036
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 …
-
comment
Comment #17942877
This one typechecks but loops forever: f :: Void -> a f _ = let x = x in x
-
comment
Comment #14987823
> because reasons Consistency comes to mind as a pretty good reason.
-
comment
Comment #14273210
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 frus…
-
comment
Comment #14273012
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' st…