Viewing profile — amano-kenji
amano-kenji
HN member- Joined
- Thu, Feb 01, 2024, 1:33 AM UTC
- HN karma
- 84
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About amano-kenji
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46068743
I didn't say it from the perspective of a software business owner. A medical clinic owner, a restaurant owner, an e-commerce store owner, and other business owners cannot spend muc…
- comment
-
comment
Comment #46046429
That makes sense from a SaaS business owner because security and privacy are a part of software business. However, I didn't specifically talk about software business. A medical doc…
-
comment
Comment #46032765
I think it's much better to become rich and then buy security and privacy than to implement them with your manual labor. Your time is a lot more valuable than your money if you act…
-
story
Don't obsess with security and privacy unless they are your core business
Making a simple sandwich from ingredients is a full-time job that takes roughly 6 months. You grow chickens, fetch sea water, make bread from ingredients, and so on. Unless you sel…
-
comment
Comment #45636233
Initial speed matters, but sustainable speed matters as well. Your choice should be based on initial speed and sustainable speed. Initial speed matters more, but sustainable speed …
-
story
Programming language agnosticism is the only way to move forward in life
I'm not going to speak about specific languages because they will distract readers. What I discovered over years is that I should just use the right tools for each job. Trying to u…
-
comment
Comment #45590279
> What are you asking HN? Leave people alone. Don't nag people to use other languages.
-
comment
Comment #45588432
Still, I wouldn't tell COBOL programmers to maybe ditch COBOL and write another language. They chose it over other languages for their own reasons. It's okay to mention rust or any…
-
story
Language Evangelism Is Annoying
A rust evangelist, who has a clojure job with some rust coding on the side, came to clojure community and couldn't stop mentioning Rust to me in clojure community. I told him to st…
-
comment
Comment #45422336
Compilation is not just about optimization. It gives you flexibility and robustness. Compilation options let you tweak programs. In my direct experiences, gentoo source packages br…
-
comment
Comment #45422326
The official and semi-official overlays are reviewed, but third party overlays aren't. Each third party overlay is maintained by one person, so you have to trust the person behind …
-
comment
Comment #45422233
Most advanced users don't really care much about latest compiler optimizations. I don't. I think linus torvalds still just runs GNOME or KDE on fedora. Linus doesn't care about com…
-
comment
Comment #45422206
AUR is not your repository. I have my own overlay where I am the king. I want to be the boss of my own things. Waiting for permission to take over maintenance of an abandoned AUR p…
-
comment
Comment #45422173
AUR is one repository where you can't just update an outdated package maintained by someone else who quietly gave up maintenance. I have my own gentoo overlay where I have complete…
-
comment
Comment #45410148
https://www.gentoo.org/get-started/ https://wiki.gentoo.org/wiki/Handbook:Main_Page https://wiki.gentoo.org/wiki/Main_Page I only needed gentoo wiki and gentoo handbook for everyth…
-
comment
Comment #45410135
Gentoo Linux became a lot easier with binary packages and binary linux kernel. You don't need to customize it, but you can still get packages from third party overlays. The customi…
-
story
Gentoo Linux might be the best desktop Linux distro for advanced Linux users
Nowadays, you can get binary packages from gentoo linux if you don't change USE flags. You don't even have to compile linux kernel anymore. Gentoo Linux has overlays. You can compi…
-
story
Lightweight threads and channels are better than async/await syntax
# The pros of lightweight threads and channels Lightweight threads don't have the cost of OS threads. You can launch a lot of them cheaply fast. Lightweight threads and OS threads …
-
comment
Comment #42895057
The choice of tools depends on what you want to write. For some applications, react/node makes more sense. For some applications, .net/angular makes more sense. For some applicatio…
-
story
Don't obsess with any programming langauge, dynamic typing, or static typing.
I just use what makes sense for the task at hand. Shopify is a billionaire company built on top of ruby on rails. It hasn't replaced ruby on rails with something else. Facebook sti…
-
comment
Comment #41888236
Running a mailing list is too complicated. RSS and ATOM are infinitely simpler than maintaining a mailing list. Or, just run a telegram announcement channel. Overcoming email spam …
-
comment
Comment #41870260
How useable is jank already? Is it production ready?
- comment