Nice. Any plans to create sublime plugin for markwhen?
HN user
hawkweed
software engineer | svlada@gmail.com | building simple solutions
I've just bought it. At the first glance it's very basic. Hope, that you will ehnance it with some real world example. The way it is... it looks like five ways to write Hello World program.
For personal blog: 11ty + travis ci + github pages.
Its easy way to write and publish content.
Just checkout git repo, write posts with your favourite editor and push changes to github - thats all.
Previously, I've being using Wordpress and Ghost. Both were real nigtmare to manage.
My biggest painpint with mbpro 15 2018 is double keystroke problem. Just driving me nuts. Apart from that, I would never change mbpro for any other machine.
I tried to download it, but it looks like your promo code expired.
@LeanderK I have facionation with sci-fi / cyber punk movies, but would I like to live in such world? I'm so sure about that.
It's same with the eastern bloc architecture. I'm guessing that you don't live in one of those countries. Believe me it's not that fun at all.
Here is one interesting instagram channel with hand drawings of Belgrade architecture: https://www.instagram.com/brutalizam_i_renesansa/
I think that microsoft did really good job with their Office 365 home package.
Each of the 6 accounts gets: - 1TB for OneDrive - Office licence - 60mins for Skype - 50GB for Outlook
Initially I wanted to go with the Google Drive because I'm using Android, but after trying android and mac one drive clients i decided to go with one drive.
Not sure what's your question to be honest, could you please provide more context?
In depth technical books, like for example[1], are very rare these days. Competent people are busy building systems, frameworks and making money. Some of these guys are talking on various conferences, but IMO just to present themselves to various companies. To put it simply they are mostly in a business of selling their time.
Systematic approach of learning particular topic through the books is deprecated these days. One of the ways to expand knowledge would be building stuff. If you are into distributed systems, implement something small and build upon that (i.e. implement raft[2] or build distributed rate limiter). There will be many problems and I'm sure you will learn a lot along the way.
[1] "Design of Unix Operating System by Maurice Bach" [2] https://raft.github.io/
Any plans on doing an ICO?
I'm holding small amount of Verge (XVG) privacy coin.
Verge team is releasing Wraith protocol very soon (http://www.wraithprotocol.com/).
I would be glad to talk to you on type of work you plan to outsource and to share more info on my capabilities. I'm interested in doing part-time work. You can find my contact information on my profile page.
I would suggest starting with the short introductory articles written by Chris Richardson: http://microservices.io/articles/index.html
A lot of useful articles can be found inside archives section of the Microservices Weekly newsletter: http://microservicesweekly.com/archives
I'm doing something similar with http://microservicesweekly.com.
It's not that easy to earn money with these kind of newsletters. You would need to have entire network of newsletter micro-sites to make decent earnings (e.g. https://cooperpress.com/).
How many subscribers do you have?
Why do you think storing JWT in secure cookie is only secure solution?
JSoup[0] works fine for me.
Well, it's basically a death sentence for person having this condition. Event though there are some attempts by IONIS HTTRx to find a cure, currently, it's not curable. And it's hard to tell if this disease will ever be curable.
I completely understand you, because I'm in the same boat. It's hard to tell what is the right approach. I think that people should be tested. I'm still afraid to do that because I'm 31 years old and already started to experience some symptoms.
Yes, it's not easy decision but if you are not tested you can ruin life of your partner. It's better to prevent passing this terrible disease to your children.
Anyhow, 23andMe cannot tell you whether you have HD or not because they don't have sequences for that.
The best way would be to learn from one of the existing open source projects.
You can start with sparkjava: https://github.com/perwendel/spark/
Also, multi-threading, I/O and networking are areas that you would need to understand inside out.
I'm huge fan of their newsletters. Awesome content.
I don't see anything wrong with their UI. It really helps people focus on the content.
"most applications should store it in a cookie"
Why do you think that most application should store JWT token in the cookie? Both approaches have their pros/cons.
Have you considered using ghost blog? There are some free themes out there: http://marketplace.ghost.org/themes/free/
Personally, I've migrated my blog from WordPress to Ghost and never looked back. Ghost is very lightweight when you compare it to WordPress and it's free. If you like simplicity you should try it out.
It has support for markdown syntax and all of your posts are stored inside single file (SQL-lite db).
Like @awzurn already explained, in the absence cookies one would need to to pass token through the URL (Signed URL).
Ideally, that token would contain only permission to download that specific file for certain period of time. That said, one additional filter would have to be implemented to look for token in the URL.
I believe that Amazon S3 is doing the same with signing URL requests for file download (http://docs.aws.amazon.com/AmazonCloudFront/latest/Developer... and http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentic...)