Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tav
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
tav
5y ago
Thanks for being so generous! Here's $500 from me: https://imgur.com/gallery/qGBGwXc
2.
▲
by
tav
6y ago
Great work — the functional spin on top of Rebol's clean syntax is really nicely done! Any chance you'll be adding something like the parse function? The ability to have domain-specific dialects was one of the best things about Re
3.
▲
by
tav
6y ago
Over the last decade, Redis has been my go-to example of beautifully written code. Thank you for such an amazing creation @antirez, and best of luck for whatever you do next.
4.
▲
by
tav
7y ago
Could you elaborate on the "fundamental, serious limitations" by any chance?
5.
▲
by
tav
7y ago
In the off chance that some Rust developers are looking at this thread, I'd like to put forward a counter-proposal: 1. Use a postfix ?! instead of .await 2. Use a postfix ?? instead of .await? 3. Use the await keyword only in the "
6.
▲
by
tav
9y ago
We'll be limiting it to open source projects — but not just software ones, whether it's an open hardware project, or an open source book, it'll all be welcome.
7.
▲
GitFund: Building a Crowdfunding Platform for Open Source Projects
(gitfund.io)
21 points
by
tav
9y ago
|
4 comments
8.
▲
by
tav
9y ago
As someone who was a "child prodigy", people making a big deal of my age only made me feel good about myself and wanting to achieve more. Of course, this may not be a universal experience, but has certainly been common among the o
9.
▲
by
tav
9y ago
Any chance the Smart Routing would be available as a TCP/UDP proxy service? It would be great to take advantage of Cloudflare's network without having to hand over your SSL keys.
10.
▲
by
tav
9y ago
No, but it is available as part of Google's cloud services [0]. Particularly noteworthy is the fact that they offer an SLA with 99.99% availability. Even crazier is their pending multi-region version due later this year which will come
11.
▲
by
tav
9y ago
Yes, that was actually the original plan. It all seemed so easy! Let developers connect their standalone Stripe accounts and have sponsors pay directly into those accounts. But this proved problematic for a few reasons, e.g. * Most develope
12.
▲
by
tav
9y ago
This is the exact thing that I've been working on for the last year and a half. The biggest hurdle is actually handling the flow of money. Because, unlike say Kickstarter/Patreon, where the money goes to a single entity/perso
13.
▲
The Logic Behind Japanese Sentence Structure
(8020japanese.com)
317 points
by
tav
10y ago
|
149 comments
14.
▲
by
tav
10y ago
I wonder how much work it would be to add support for this to Raph's pure Rust CommonMark parser [0]. Pull parsing lends itself quite nicely to the AST-based output that GitHub prefer and Rust should help to minimise some of the securi
15.
▲
by
tav
10y ago
That's basically what App Engine Flexible [0] is. It's yet to reach General Availability, but all you have to do is define a bunch of containers and a dispatch.yaml file [1], and App Engine then takes care of deploying/routin
16.
▲
by
tav
10y ago
If anyone from GitHub reads this, it would be great if you could use Task Lists [1] within Notes, e.g. Note Title. - [ ] Some subtask. - [x] Another subtask. You could then group subtasks within a single note and tick them
17.
▲
by
tav
11y ago
Congrats to everyone at CloudFlare who made this happen! Is there a list of TLDs which are supported somewhere? When I last looked (years ago), only Verisign provided registry locking and the other registries weren't showing any signs
18.
▲
by
tav
11y ago
Great work! But is there any reason that you didn't build on top of the really nice V8 binding https://github.com/ry/v8worker instead of Duktape?
19.
▲
by
tav
11y ago
No worries. All forgiven :) Thank you ever so much for the hard work done by yourself and the rest of the Rust developer community. It has been an absolute pleasure seeing the language evolve, and now that it's hit 1.0, I look forward
20.
▲
by
tav
11y ago
That would be pretty awesome! Also, do you happen to know if your current patch is safe to apply on top of OpenSSL 1.0.2a?
21.
▲
by
tav
11y ago
Nice work! Do you guys also have a similar implementation of ChaCha20-Poly1305 for Go? If so, any chance you could share that too?
22.
▲
by
tav
11y ago
I'vs been obsessively checking too, but for React Relay :(
23.
▲
by
tav
12y ago
Does this mean that those who hacked Target could have just added the card details to their own Stripe account and waited for Stripe to update the data once the banks got around to replacing the customer cards? At least with my banks, when
24.
▲
by
tav
12y ago
Click refresh (ctrl/cmd+R in many browsers) and then press cancel in the dialog box that pops up asking if you want to leave the page.
25.
▲
by
tav
12y ago
Whilst the concept of setImmediate is nice, the current implementation in IE isn't properly integrated with the rest of the event loop — resulting in broken behaviour when you use it in combination with setTimeout [1], DOM events, etc.
26.
▲
Future Programming Workshop: By Richard Gabriel, Alex Payne and Jonathan Edwards
(future-programming.org)
3 points
by
tav
12y ago
|
0 comments
27.
▲
Café Cuba – Join The Coffee Revolution
(cafecuba.in)
1 points
by
tav
12y ago
|
0 comments
28.
▲
by
tav
13y ago
A bunch of ZeroDivisionErrors doesn't look so pretty :)
29.
▲
Data Visualization - Kantar Information Is Beautiful Awards
(informationisbeautifulawards.com)
1 points
by
tav
13y ago
|
0 comments
30.
▲
by
tav
13y ago
For anyone who wants this for themselves, here's a Python script [0] that generates similar output [1]. It doesn't have the nice Google Cache feature from ajani's version, but it does produce static HTML which some may prefer
More ›