150 euros a month to try it out is a bit rough, although I guess you're aiming for a different market than hobbyists
HN user
shintoist
compacting
Yup, been running it on Hetzner arm64 for a while. No issues
I think maybe you've understood. The study doesn't say that all birth-assigned male brains are larger than all birth-assigned female brains. There's still variety within the group, with lots of girls with larger brains than lots of boys.
If you read the article the author does quote the US embassy in Japan strictly advising against this and that you risk arrest and deportation, that immigration officials do crack down on digital nomads, especially re-entering Japan to renew 90 day tourist visas to work.
A lot of countries have laws against working remotely without a visa, although apart from the US few actively enforce them.
"The reason Google seemed a bad idea was that there were already lots of search engines and there didn't seem to be room for another." - Paul Graham
"It already exists" is a terrible reason not to do something
For every person who gets attention to their case on the internet, there's a thousand suffering with no attention. You think this is the only guy who didn't get his coins?
Thanks for your pointless comment
Makes sense if you are aiming to disappear in the crowd. Just get hired because you learned the right language, not because you are good at your job, not because you are productive.
You are throwing your work away by giving it the same name as an already established JS library.
groei360reviewed.com, the number one source on Groei360 related news and Groei360 reviews!
Yes
Would love a practical HATEOAS point by point write up like the posted article. Nicely written
Even if it were reposted within a month, a considerable number of people would have never seen it before. It's just the nature of these boards.
Just rely on the upvoting system. If people think it is relevant, they upvote. This means things will only show up on the front page if enough people are interested (ie it has been long enough since it was last posted).
That doesn't make sense. The fundamental operations on a queue is push and pop. If you pop from the queue, you remove it from the queue. So on page reload, the 5 latest viewed entries would be gone. You popped them.
A queue is fundamentally wrong for this type of use case.
A queue implies the items leave the data structure, that doesn't fit the use case.
This is exactly my reaction. I don't understand the negative comments to these initiatives. Is it just fear of becoming superfluous? If everyone can code, what use am I?
The truth is not everyone will become coders, but basic understanding of code will change the world. Today very few programs have scripting consoles, but many of them have the facilities to create one. If basic code literacy was wide spread, I think this would change.
1+ for hakyll, has built in customizable deploy command too
Obviously you have to make a choice (another big issue is performance), balance the ease with which you could solve a particular problem with the complexity of the solution.
Just because it's possible to do something doesn't mean it's a good idea. However, there are cases where reflection lets you solve problems in these languages in a nice way. At the very least, understanding the feature of reflection makes you a more competent programmer.
I gotta agree on that, the only reason for needing a fast start up time is if you want to rebuild after every change and see the result, but misaki actually watches for changes while it's running.
An extra second or two on start up really doesn't matter one bit.
The reason I didn't use applicative is because I wasn't comfortable with it at the time. You can write some pretty nice looking code with applicative, but you also have to get used to it first. My hope is that by sticking to do-notation more people will be able to read it =)
Absolutely, I did experiment with http://hackage.haskell.org/package/hashtables, but did not notice enough of a difference in performance to decide it was worth using in this case, especially with the extra visual overhead of the state monad. I had expected it to be much faster, but I would probably chalk that up to me making mistakes in how to use it (iirc I wrote my own insertWith).
Thank you, that is really constructive! I do agree with you on using ByteStrings everywhere (some laziness on my part). Calling it Data.Map is a typo, I will update it right away!
I was not aware of the benefits of fromListWith, gonna look into it right away.
Maybe if you had to sign terms and conditions, you were unable to share it with friends, resell it and sometimes, sometimes you don't even get to eat it, because the wrapper wont recognize your hand!
And here I thought civil disobedience was a proud American tradition.
But most Linux distros do this by default as well. You have to mount with noatime to get rid of it.
Just keep trying, I got 500s a couple of times too.