Based on our record, Crystal (programming language) seems to be a lot more popular than Box Piper Hacker News. While we know about 114 links to Crystal (programming language), we've tracked only 3 mentions of Box Piper Hacker News. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I built a re-imagined version of Hacker News: https://hn.boxpiper.com/ on top of create react app and added some webpack configurations for performance boost. Because of SSR, app used to take a considerable amount of time for the processing and rendering. Used redis for caching but performance was still a question. The intent was to never wait for data. It should be readily available. So, I migrated the app to... - Source: Hacker News / almost 4 years ago
Is this enough: Access to XMLHttpRequest at 'https://hn-boxpiper.vercel.app/api/fire?path=top' from origin 'https://www.hn.boxpiper.com' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value 'https://hn.boxpiper.com' that is not equal to the supplied origin. fire.js:10 Error: Network Error. - Source: Hacker News / almost 4 years ago
Tesler’s Law, also known as "The Law of Conservation of Complexity", states that for any system there is a certain amount of complexity which cannot be reduced. No matter which side you choose, complexity just doesn’t go away. All processes have a core of complexity that cannot be designed away. The only question is what handles it: "the system", or "the user". By creating a control, the designer is making a... - Source: Hacker News / about 4 years ago
Did you ever see Crystal? It's more or less a typed Ruby. I've heard that you can port some code directly. https://crystal-lang.org/. - Source: Hacker News / about 2 months ago
If you like the Ruby syntax (but want a statically typed language), you might want to take a look at Crystal: https://crystal-lang.org/ > Crystal is statically typed and type errors are caught early by the compiler, eliminating a range of type-related errors at runtime. - Source: Hacker News / 3 months ago
I really enjoyed using Crystal last year. It is a very ergonomic language with a featureful standard library. I was tempted to use it again this year, but I figured I should use this opportunity to try something new. After considering several languages including Go, F#, Nim, and Raku, I decided to go with Gleam. - Source: dev.to / 5 months ago
Also check https://crystal-lang.org/ which aims for ruby like syntax/dx but almost native performance. - Source: Hacker News / 6 months ago
I like the first code example on https://crystal-lang.org- Source: Hacker News / over 1 year ago# A very basic HTTP server.
Hacker News Front Page Explorer - A database of top ranking Hacker News front page posts
Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.
Hacker News Stack - Focus on the really fresh and unread news in Hacker News.
Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
Hacker Newsletter - Best of Hacker News in your inbox every Friday.
V (programming language) - Simple, fast, safe, compiled language for developing maintainable software.