Viewing profile — skinnyarms
skinnyarms
HN member- Joined
- Wed, Nov 28, 2012, 8:35 PM UTC
- HN karma
- 189
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About skinnyarms
Recent public activity
-
comment
Comment #39027424
Markdown is so much easier to read and maintain in its raw form. I can't imagine trying to take meeting notes in html. ``` - [ ] Item 1 - [ ] Item 2 ``` ``` Item 1 Item 2 ```
-
comment
Comment #37914676
Most mortgagers require home insurance as part of the loan terms. They will increase your monthly payment due to offset the risk of their stake in your property. It's like paying f…
-
comment
Comment #37688459
* Copilot is great * Great for sanity checking your plans or designs (ex: "What are the best ways of securing a multi-tenant application?") * Great for bootstrapping a presentation…
-
comment
Comment #37480973
Why not? It's a great mix of productivity and power and the Microsoft/Azure ecosystem works really well together. You can go with dynamic languages if you're flying fast and loose,…
-
comment
Comment #37380473
I really like skaffold for stuff like this, and it's a single binary.
-
comment
Comment #36784671
Maven Enforcer does have a rule for duplicate class _names_ (which includes the entire namespace), but I think the author was more talking about it's enforcement of duplicate depen…
-
comment
Comment #36013127
Side note: Statements like that paragraph drive me absolutely batty. There have been tons of novels, novellas, movies, comics, YouTube videos, poems (yep) imagining all sorts of as…
-
comment
Comment #35335651
Is it working? Give "Amish abuse" a search in google, limiting people's access to communication can also make it hard for them to get help or to realize that they have access to ot…
-
comment
Comment #34688647
You're not too far off from the arguments people made about the internet not too long ago. It's too easy to access information that could easily be incorrect...even maliciously so!…
-
comment
Comment #34295298
Just search for "overdrive pedal" on Sweetwater and you'll see a lot of pedals that have been around for decades. Read up on the newer ones and you'll see they generally just add n…
- comment
-
comment
Comment #32430979
There was an old (but popular) study that showed people were less likely to make healthy snack choices when they were asked to memorize more digits. https://www.jstor.org/stable/10…
-
comment
Comment #32411399
It's been a smash hit at work. There is a bit of a learning curve, but nothing compared to kubectl. : for changing "resource" types (and a few other miscellaneous things) / for fil…
-
comment
Comment #32411367
Logo is a dog, and everybody I know call it "canines"
-
comment
Comment #31959555
Sounds like old school server-side rendering techniques to me: php, coldfusion, classic ASP
-
comment
Comment #31892871
Give Skaffold a shot, takes a lot of the pain out of running locally. I think of it as a simple wrapper around Docker, Kubernetes, Helm and Port-Forwarding (plus other options I do…
-
comment
Comment #31840541
Same, I can't even remember the last time it's crashed for me or anybody on my team.
-
comment
Comment #31765562
This, especially when some records can be "several megabytes"
-
comment
Comment #31765509
D) Sounds like clusters to me: "Palo Alto Networks provides each customer a unique deployment."
-
comment
Comment #31510165
Skaffold is great, I'm hearing good things about Tilt though so I was planning on giving it a whirl soon.
-
comment
Comment #30656717
> Slightly better than notepad C'mon now, syntax highlighting, build integration, debugging, code navigation... > It’s very hard not to roll my eyes when I read this. It's not as g…
-
comment
Comment #30499259
I use both and if there's a difference, I haven't found it yet.
-
comment
Comment #29274128
You prefer customizing wordpress?
-
comment
Comment #29272207
Why make it worse by choosing backend-only web languages with bad reputations?
-
comment
Comment #29272181
Couple reasons: * It's waning in popularity, new programmers aren't being taught and there isn't a lot of incentive for them to seek it out * Other languages are also good at makin…