Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
afraca
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
afraca
2y ago
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. (Apparently with Ruby there is the slight hint of adding the
2.
▲
by
afraca
2y ago
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 eager to make new shiny things and forget about existi
3.
▲
by
afraca
3y ago
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.
4.
▲
by
afraca
3y ago
Maybe it's the monday morning blues (can't seem to think), but how does this work for DOH/DOT?
5.
▲
by
afraca
3y ago
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 behaviour I think. https://github.com/rust-
6.
▲
by
afraca
3y ago
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, Sofort, IDEAL IDEAL is huge in the Netherlands for example.
7.
▲
by
afraca
3y ago
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 the author ashamed, or does he expect people to not trust DDG?
8.
▲
by
afraca
3y ago
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 interesting dashboar
9.
▲
by
afraca
3y ago
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 executed. I don't think TS ever wants or
10.
▲
by
afraca
3y ago
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.
11.
▲
by
afraca
4y ago
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-resolution-req...
12.
▲
by
afraca
6y ago
I thought it was from the React codebase, but it's differently named there: https://github.com/facebook/react/blob/b2ca3349c27b57b1e9462...
13.
▲
by
afraca
6y ago
> 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 virtualization. This architecture will be available in the 'Vi
14.
▲
by
afraca
6y ago
> 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 nice, though there is fierce compe
15.
▲
by
afraca
7y ago
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 not expected. Ah well, extensive information anyway
16.
▲
by
afraca
7y ago
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?v=SjeZB12985c Maybe that's an example
17.
▲
by
afraca
7y ago
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/item?id=1924061 Nevertheless, it ha
18.
▲
by
afraca
7y ago
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: 33Mb/s | 8Mb/s)
19.
▲
by
afraca
7y ago
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 this updated, I could not easily find the repository for
20.
▲
by
afraca
7y ago
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. I'm no webdev, I think JS has been hyped so m
21.
▲
by
afraca
7y ago
Sorry for nitpicking: "emperor's cut"
22.
▲
by
afraca
7y ago
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 agree. I really really like the path chosen by Haskell. Typ
23.
▲
by
afraca
7y ago
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 production environment(s) and capture packets or change logging etc.
24.
▲
by
afraca
7y ago
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 -- stack --resolver lts-6.25 script --pack
25.
▲
by
afraca
7y ago
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 from quickly.
26.
▲
by
afraca
7y ago
I enjoy removing technical debt, I can't image the satisfaction one would get from a commit like this: https://developer.blender.org/rB159806140fd33e6ddab951c0f6f1... Showing 876 changed files with 228 additions and 19
27.
▲
by
afraca
7y ago
Meta: I would appreciate it if quotes are accompanied by some explanation of why you chose it.
28.
▲
by
afraca
7y ago
This is both entertainment and information, so to justify it I'll ask a question about this: https://www.youtube.com/watch?v=j50ZssEojtM (Large Hadron Rap) Are these goals still accurate or has new knowledge and engine
29.
▲
by
afraca
8y ago
A prominent project where I have encountered this is GHC, the Haskell compiler. The route there goes: Haskell --> Core --> STG --> C-- (It then goes to one of: - Machine code generation - into C for feeding to gcc - into LLVM'
30.
▲
by
afraca
8y ago
These reports are amazing, even though it's hardly understandable if you're not on the project. I recommend the Dolphin emulator blog as well. The last one: https://dolphin-emu.org/blog/2019/02/01&#x
More ›