HN user

garymoon

142 karma
Posts24
Comments20
View on HN
kubelize.me 1mo ago

Kubelize – Free tool to manage multiple Kubernetes clusters

garymoon
3pts0
www.privycode.com 1y ago

PrivyCode – Share Your Private GitHub Repositories

garymoon
1pts0
blog.donkeysharp.xyz 2y ago

Using Serverless Framework with AWS SSO

garymoon
1pts0
blog.donkeysharp.xyz 4y ago

What happens when a Linux process goes to sleep

garymoon
2pts0
twitter.com 7y ago

Samsung smartphones include tcpdump and other hidden tools

garymoon
15pts0
www.icann.org 7y ago

Guide on What to Expect During the Root KSK Rollover

garymoon
1pts0
github.com 8y ago

HeliosBurn – REST fault injection platform

garymoon
1pts0
github.com 8y ago

Show HN: Gocho a simple local network file sharing app with node auto-discovery

garymoon
2pts0
isfiberreadyyet.com 9y ago

React Fiber, only four warnings left

garymoon
3pts0
phrack.org 9y ago

Phrak, Cyber Grand Shellphish

garymoon
1pts0
laravel.com 9y ago

Laravel 5.4 release notes

garymoon
1pts0
www.newstatesman.com 9y ago

The movie that doesn’t exist and the Redditors who think it does

garymoon
11pts8
heartbeat.skype.com 9y ago

Skype is down

garymoon
6pts0
en.wikipedia.org 9y ago

Godwin's Law

garymoon
1pts1
www.bbc.com 9y ago

Lonnie Johnson: The Father of the Super Soaker

garymoon
1pts0
github.com 10y ago

Show HN: Yet another npm-scripts-based ES6, Browserify, React/Redux template

garymoon
2pts0
euclidthegame.com 10y ago

Euclid: The Game

garymoon
5pts0
theconversation.com 10y ago

How do robots 'see' the world?

garymoon
3pts0
www.simplecpu.com 10y ago

Simple CPU, from NAND logic gates to CPU instructions explanation

garymoon
6pts0
www.catb.org 10y ago

Master Foo and the Editor Wars

garymoon
1pts0
security.stackexchange.com 10y ago

Writing my own encryption algorithm

garymoon
3pts0
catchchallenger.first-world.info 10y ago

Catch Challenger – Independent MMORPG Game

garymoon
1pts0
www.aaronsw.com 11y ago

How I Hire Programmers (2009)

garymoon
138pts38
github.com 11y ago

ThreeJS City

garymoon
3pts0
Flameshot 6 months ago

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)

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.
jQuery 3.6.0 5 years ago

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.

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.

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?

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.