Same
HN user
garymoon
I love flameshot, before it I used Shutter and I don't regret switching to Flameshot whatsoever. I use it on my work and personal laptops (Debian+xfce4)
why?
No
I upgraded from 11 to 12 like one year ago and from 12 to 13 some days ago (upgrade to 14 seems that will be straightforward) but in my case what I did:
- Don't upgrade directly from 12 to 14, go to 13 first
- If you have warnings after moving from 11, fix them first
- Run the 0.13upgrade command in your code that will generate the required_providers
- Run terraform-v13 init
- Change to correct workspace if using some
- Run terraform-v13 plan which will probably fail due to the new explicit required-providers rule, if that happens you need to modify the state with the correct providers https://www.terraform.io/upgrade-guides/0-13.html#why-do-i-see-provider-during-init- . In my case I have a lot of modules so I created an script that automated that process
- Execute again terraform-v13 plan and verify that it will not make uncommon changes
- Then run terraform-v13 apply.I think it is still widely adopted in CMSs like Drupal and Wordpress and they have a big market share. Jquery will not die soon even if it is not the first choice for starting a new project. It's been years since the last time I used it.
After I knew Shutter was going to be deprecated I found Flameshot and I'm not changing it. Really good tool
We experienced 504 errors from Cognito but seems to be that other services are affected as well
Such a story! this is very inspiring and I would like to read what happened next!
There are still FLOSS projects that still have that hacker culture you mention. You can still build things and feel good, though you probably won't get paid. Check their mailing lists, Github issues, IRC chats, Slack or whatever channel these projects use for communication, there are big discussions in what technical decisions to take. These projects always need help and also have different problems to be solved.
It might fill that gap you have (at least it did for me).
In the end you will see your job just as an income source but most of your passion will be in contributing to FLOSS projects, if you get paid for contributing to FLOSS even better.
You mention those 80s 90s hacker ethos, be like that, be curious, try checking someone's else code, play it with, read what things need to be improved, hack it and show it.
It was the first thing that came to my mind when I read about xip.io!
same
Thanks for the feedback, I will test Lumen
I used Laravel for some projects that deal a few users. Where I work, we are reviewing different stacks for a project that will deal with a bigger quantity of users and I would really like to use Laravel, does Laravel have some performance issues or similar stuff when dealing with lot of users?
while True the javascript framework I created this morning, which I think is better than others
It was an accomplishment for me but then it became a frustration. I always hated mathematics but I always loved programming, making appls but cool things like algorithms design, data structures are the base of real cool things e.g. programming languages, RDBMS, artificial intelligence, etc. are all mathematics So I enrolled to Mathematics on my local university just to see how it was and I fell in love, I never saw so much perfection with just paper and pencil. I loved calculus it was really funny solving problems, making proofs, etc. I got good scores the first half of the year and I really wanted to continue but then frustration began, the need of money, so I started working and I couldn't go to lectures anymore. Of course I try to keep reading books and solving some excercies but help from professors or extra tips they used to gave us is what I really miss.
Tolkien's: - Lord of the Rings - The Hobbit
I have experience with Flask, that's why I have the same question.
Any answers?
Since I started learning most of the people that helped me told me RTFM sometimes it was kind of rude but I got used to it. Most of the time I read official docs, but if a project is very complex or not well documented I go with books, tutorials, videos, etc.
How do you interview in your companies? I think it is a cool way to interview, what do you think?