Viewing profile — afraca
afraca
HN member- Joined
- Wed, Nov 15, 2017, 8:36 AM UTC
- HN karma
- 156
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About afraca
No profile information was provided.
Recent public activity
-
comment
Comment #42669332
When I learned Haskell in college I was blown away by how laziness enables cool things like dealing with infinite lists or more performance even though the UX is exactly the same. …
-
comment
Comment #40425028
I have about 7 years of professional Laravel experience. I think it's quite slick! There is one aspect I haven't seen mentioned here that frustrates me: the community is quite eage…
-
comment
Comment #39548671
I'm wondering: IS there a way to get to that video from the linked tweet without being logged in? I could not figure it out. Thank you for your service of providing the video.
-
comment
Comment #39258533
Maybe it's the monday morning blues (can't seem to think), but how does this work for DOH/DOT?
-
comment
Comment #39115009
I was curious about how an implementation for this would work and browsed the PR. Cool stuff, thanks for putting the effort in! I noticed a very tiny typo which doesn't affect beha…
-
comment
Comment #35895362
In Europe there are a few options which let you pay with your bank account without a credit card. I tried to look up all the things Wise supports, found part of the list: Trustly, …
-
comment
Comment #35607845
I find it quite odd and funny that the author specifically mentions Google, and his script has a function `def google_it(query):` but then in the function he uses DuckDuckGo. Is th…
-
comment
Comment #35532857
I was curious about Mozilla's stance on the API. They have a GH issue for it: https://github.com/mozilla/standards-positions/issues/677 but it's not finalized yet. View the very in…
-
comment
Comment #35367472
I agree with my sibling comments, but want to add that nowhere does TS imply it has it's own stdlib or anything. If you type map, you know fully it's the JS map that's going to be …
-
comment
Comment #35366017
Some people might not know this yet, the common idiom is to have the default value be None, and then start your function with checking if it's None and initializing to empty list.
-
comment
Comment #31554480
This is very very similar to something developed by SIDN labs called "DNS Resolution Required", you can read the blog post here: https://www.sidnlabs.nl/en/news-and-blogs/dns-resol…
-
comment
Comment #25955165
I thought it was from the React codebase, but it's differently named there: https://github.com/facebook/react/blob/b2ca3349c27b57b1e9462...
-
comment
Comment #22875164
> WSL 2 will be available on all SKUs where WSL is currently available, including Windows 10 Home. > The newest version of WSL uses Hyper-V architecture to enable its virtualizatio…
-
comment
Comment #22810546
> we can create a mailbox via HTTP GET request to https://api.unverified.email/create Shouldn't GETs be idempotent? (Sorry for not having feedback on the idea, skimming it it seems…
-
comment
Comment #22539709
Slightly offtopic: Why a git repo for a blog post? I guess there are some pro's: public history, PR's , but a blog has comments directly under the article for example. Forking is n…
-
comment
Comment #22264518
I remember there being a guy who reviewed a lot of usb-c cables for compliance (NathanK) having a video on how non-compliant cables can wreck devices: https://www.youtube.com/watch…
-
comment
Comment #21603960
These days Haskell proponents aren't as proud anymore on laziness. Simon Peyton Jones has actually admitted it was a mistake for it to be the default : https://news.ycombinator.com…
-
comment
Comment #21582673
To get a list of all the other locations go to the DO page (strip the filename): http://speedtest-ams2.digitalocean.com/ It's not https, for performance? ... (My download|upload: 3…
-
comment
Comment #21513215
In case you're worried this is outdated, note this is for version 10 of gcc (pdf is a pre-release) as stated on the frontpage of the document. I am curious how they plan to keep th…
-
comment
Comment #21512372
My initial response to your comment was "but then the page requires JS", which of course is not true, since a simple inline form could POST and then a redirect could get you back. …
-
comment
Comment #21014538
Sorry for nitpicking: "emperor's cut"
-
comment
Comment #20827442
I applaud Microsoft for popularizing gradual typing , bringing types to the js world is an enormous task, both technical and (js-)societal. Regarding your syntax criticism: I quite…
-
comment
Comment #20812572
Bravo to the people that can navigate such a complex (not an insult) architecture and pull useful information from it! I expect it to be quite tricky to get in between the producti…
-
comment
Comment #20673375
For those unaware: Haskell has a REPL (ghci), and you can make files more script-like with the (currently most popular) build tool stack[0] if you include: #!/usr/bin/env stack -- …
-
comment
Comment #20646749
Looks nice and simple :) I think a strong example would really help your case, the landing page now has already formatted json, and I can't figure out where to get a messy example …