Viewing profile — _jjkk
_jjkk
HN member- Joined
- Wed, May 20, 2020, 6:34 PM UTC
- HN karma
- 116
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About _jjkk
No profile information was provided.
Recent public activity
-
comment
Comment #27922397
Be careful not to over-generalize from personal experience... Maybe you've just met a few examples of lethargic, dependent narcissists who smoke a lot of weed? There is selection b…
-
comment
Comment #27921554
> they may be contributing very little to society (or maybe a lot), but regardless there's a sense of superiority A sober individual's brain is operating on standard (often societa…
-
comment
Comment #27197215
There are still many barriers to that "first class" status, taxes are mentioned most often. Taxes are paid in fiat. Holding non-stablecoins would add even more of a tax headache be…
-
comment
Comment #27053365
An investment is not a donation to your idea or cause. If you "need money to make it big" you can bootstrap, take donations, or look for investors. It's easier to raise investment …
- comment
-
comment
Comment #26414419
Sure, it makes sense from an "imagine a world where..." perspective. Sounds convenient. I'm looking at it from a "why would any government on Earth choose to use a 'decentralized' …
-
comment
Comment #26414378
It is yet to be proven if it is "as secure" because no PoS network has operated at scale. It also certainly defeats much of the original purpose of decentralization when a few stak…
-
comment
Comment #26414310
A deed? You mean, a legal document which is enforced through a centralized power i.e. government.... What advantage is gained by tying it one-to-one with an NFT or storing it on a …
-
comment
Comment #26268493
I'm not sure what you mean about "understanding" crypto, the concepts here are dead simple, there's not much to misunderstand. In this scenario it doesn't matter that you can trans…
-
comment
Comment #26241263
Some believe this is an intentional Ponzi scheme to print some money for the owners of Tether and Bitfinex, others believe they had good intentions at first, but through bad invest…
-
comment
Comment #26241141
1. Bitfinex processes a USD deposit and dispenses USDT 2. USDT holder purchases BTC with it 3. Bitfinex purchases crypto (mostly BTC) with the USD, instead of holding it as promise…
-
comment
Comment #26117143
The point is, a government can make it illegal to sell goods for crypto. As well as making it illegal to transact crypto anonymously. So unless you find some black market for all y…
-
comment
Comment #26110843
Whether or not it's a DEX doesn't matter at all. In this hypothetical world of regulation which has made some BTC "tainted" through surveillance, it will always be in the BTC recei…
-
comment
Comment #26082379
I agree completely. I hate how different reading C++0x and C++17 is. I hate reading a "C++ style guide" for a new project. I already feel that pretty soon, "Python Style Guide" wil…
-
comment
Comment #26007008
No flipping on the Moon since it provides no advantage there (No aerobraking)
-
comment
Comment #25997642
If you actually wanted a fair(er) comparison, you can filter your benchmarks by Python. People choose FastAPI if they want a Python web framework, there is little use in comparing …
-
comment
Comment #25980812
I have seen multiple indie developers successfully begin marketing on their unfinished / unremarkable prototype far in advance. In fact some of them get so popular they pivot into …
-
comment
Comment #25961304
I have hit the final crater you mentioned so often, I now manually visit the url /myorg/myrepo/compare/old-master...my-new-feature to start the PR instead of clicking "Create PR" o…
-
comment
Comment #25944372
The narrative-pushing has been very strange. I have Reddit-addicted friends who told me the ONLY people who would lose money after all this would be the evil hedge funds, and every…
-
comment
Comment #25673855
Who knew, it pays to be a forward thinker
-
comment
Comment #25200998
The only places where carbon capture is currently effective are very carbon-rich, like a billowing smokestack. The idea of a device like you propose is so far away, it's a pipe dre…
-
comment
Comment #25142900
Definitely, you can still add custom classes where it is the best solution, such as a reusable layout. EDIT: Instead of custom CSS classes, Tailwind recommends extracting component…
-
comment
Comment #25142856
I guess it depends on the project, but I can't recall one time I've had to do a CTRL F like you've mentioned. Of course if you have a very simple page with just some cards, a coupl…
-
comment
Comment #25142553
This depends completely on the industry. Maybe a dev tools startup etc. would accept the Industry Leader argument, but Retail for example would never pass up the revenue opportunit…
-
comment
Comment #25142389
Layout tends to be a property of a particular component, and semantic classes don't work well there either. In a complicated codebase with multiple devs, the number of times you co…