Viewing profile — JasonCannon
JasonCannon
HN member- Joined
- Thu, Sep 23, 2021, 8:31 PM UTC
- HN karma
- 87
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About JasonCannon
Recent public activity
-
comment
Comment #29827818
The author is pretty active on /r/roguelikedev and definitely still works on this and the original library
-
comment
Comment #29505929
Not at all. You design and iterate on the button using the individual classes, then you swap them out for a concise class once you are done. It's how tailwind is designed to be use…
-
comment
Comment #29504125
Agreed. My team is doing this very process. If we run into not knowing what class to use, we just look it up on the docs. VSCode also has a great intellisense plugin for tailwind a…
-
comment
Comment #29504066
I use tailwind with Angular, and we solve this with using [ngClass] to add/remove the class. You could do something similar with plain JS as well, and I imagine in most frameworks.…
-
comment
Comment #29504036
Even then, I would still recommend using the postcss extend tag. Much easier to read that way. Also, postcss doesn't require any frameworks, you can still do everything with plain …
-
comment
Comment #29504012
postcss is literally how tailwind works. If you are using tailwind, you already have postcss. I get it, you don't like modern frameworks. Don't use it.
-
comment
Comment #29503469
>This works okay in extremely componentized web apps. It's a nightmare if your UI isn't highly componentized. I've seen projects where you make a button by copy pasting this ~80 ch…
-
comment
Comment #29489717
>If you count someone else's server as "serverless" That's literally what serverless is. Serverless doesn't mean there are no servers. It is simply the ability to run your code wit…
-
comment
Comment #29489618
>I assume "Taiwan region" is simply something to satisfy the PRC gov't (CCP) which believes Taiwan is a part of its country and governed by PRC. To be fair, Taiwan (Officially the …
-
comment
Comment #29399573
Going to be brushing up on c++ and game development. 2022 is going to finally be the year in which I seriously make a game.
-
comment
Comment #29398518
Now you need to determine if you like the video for what it is, instead of relying on the masses to tell you if you dislike the video. Or, you know, just read the comments.
-
comment
Comment #29394261
Every hiring manager is different. Some have some bullshit "requires 3 years in this stack" kind of requirements. Personally I feel like the important thing is knowing how to progr…
-
comment
Comment #29388748
>But they don't reject the "kill all men" people. That is just a harmless joke apparently. Because it is a joke. Remember when women started killing men in mass numbers? Oh wait no…
-
comment
Comment #29388735
>No true Scotsman there. No, it isn't. You are just imagining that woman and feminist are synonyms. They are not.
-
comment
Comment #29388732
>Feminism goes out of their way to cancel male spaces while building up female spaces. Video games made by men for men? Bad, needs to include women! Oh yes, I totally remember the …
-
comment
Comment #29388665
What bigotry? What oppression are cis men facing? I can definitely share tons of examples of the oppression that cis men have carried out.
-
comment
Comment #29387261
Hit me up when women and trans people start oppressing cis men. Until then, "play mad-libs" doesn't really hold up any water. There is this thing called history, and it backs the a…
-
comment
Comment #29386946
What do you think feminism has taken away from men?
-
comment
Comment #29385808
If he is terrified because of custody, I suggest you/him read this https://www.reddit.com/r/MensLib/comments/67xa50/why_does_cu...
-
comment
Comment #29385356
My startup is a bit different, because we actually have a BI team that offers custom BI dashboards for our clients. We use PowerBI Premium to embed our BI dashboards into our web a…
-
comment
Comment #29373014
And yet HTML+CSS+JS which is so hated for making applications handles the use case of working across mobile and desktop almost perfectly. Maybe it's not just because we don't want …
-
comment
Comment #29362473
Right. I used to love reading Lenin. Until I realized that the first thing Lenin did upon assuming power was destroying the power of the Soviets and assuming full control of the en…
-
comment
Comment #29358248
Love the amount of Anarchist thought being posted on HN lately. First people discussing Graeber recently due to the release of his new book, and now the Bread Book.
-
comment
Comment #29333208
1.) Don't be a jackass. 2.) I know what reactive programming is, I make extensive use of RxJS at work. And I obviously know what an event listener is. I was asking why is it wrong …
-
comment
Comment #29328013
Doing a ground up rewrite of our app at work. I made the call that the application needed to be semantically correct (well, mostly correct. We avoid div everywhere), have proper ta…