Viewing profile — bentinata
bentinata
HN member- Joined
- Fri, Oct 11, 2019, 3:02 AM UTC
- HN karma
- 27
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About bentinata
No profile information was provided.
Recent public activity
-
comment
Comment #47458656
Except the fact that opening up new pizza place have a huge upfront cost. Your pizza may need to be pricier too. You thought people are flocking to your new pizza place, but the re…
-
comment
Comment #46788875
If you're interested: https://conventionalcomments.org/ It may feels to many. I mostly use suggestion, thought, and todo. When I type down "nit..." I realized it usually does not w…
-
comment
Comment #45211134
Do you use "emdash" because you love to use it but don't want to be mistaken as AI-generated?
-
comment
Comment #44935764
It won't gonna change how people (mostly management) see the name. I've seen whole empire named after Pokemon, only for another round of restructure that will change teams name to …
-
comment
Comment #44935708
Very fun and interesting article. I'm currently working in enterprise for around 3 years. I sure am growing technically, but I feel like I learn more about people, communications a…
-
comment
Comment #44928575
It's because freedom and correctness is hard. Yeah, most people prefer convenience and would rather someone be the source of authority to do it for them, but people on fediverse ar…
-
comment
Comment #44402841
Product focused (plans, documentation, snippets) notes for team, people focused (1-on-1, performance review, birthday) notes for personal.
-
comment
Comment #42234056
I use `insteadOf` instead of ssh alias because my workplace use GitLab orgs. So instead of typing the full URL like: git clone gitlab.com/acme-corp/project-name I could use: git cl…
-
comment
Comment #41892856
I think it's a matter of hygiene and speed. Sure I could butcher a chicken, maybe have a shot at a bigger animal like a goat or cow. I've seen it multiple times since I live in a c…
-
comment
Comment #41430518
Location: East Java, Indonesia Remote: Remote, Hybrid or On-Site Willing to relocate: Yes Technologies: Professionally, TypeScript, Kotlin, Flutter, Go, PHP Résumé/CV: gemini://ben…
-
comment
Comment #41213528
Even though the methods is simple, the way the author visualizing it is really neat.
-
comment
Comment #40889989
As someone who haven't been using Python extensively since college, and mostly use TypeScript and Kotlin at work (and little bit of Rust for hobby projects), that's a lot of typing…
-
comment
Comment #40787161
Haven't read xe article for a while. Why does xe move away from NixOS? I'm pretty sure I read blog about nix being best container builder a while ago.
-
comment
Comment #40679936
What about using 302?
-
comment
Comment #40511173
This is also how it is for me. My son just turned 2, and I love that I am able to observe him napping between long meetings. I could also have a small chat with my teammates after …
-
comment
Comment #40298328
Would it help if the junction tables named something else? "Session" or "participations"?
-
comment
Comment #40193993
What about: env $(cat .env) [program]
-
comment
Comment #37290133
It's not a website anymore. It's a web app. Might be related: I recently joined a company using Flutter web and notices similar stuff. Yes, the software engineers are wondering: "W…
-
comment
Comment #37231265
There is also https://diagrams.mingrammer.com/ using python.
-
comment
Comment #36410131
I used to think POSIX shell scripts are the best. But ever since deno support npm packages directly, running `deno run url-to-scripts` seems really good now. You get readability, t…
-
comment
Comment #35912172
Yes. It keeps asking me to change my region.
-
comment
Comment #33738550
Have never followed soccer/football, I find it weird that it doesn't have something like Liquipedia.
-
comment
Comment #31237850
Same. Digging the repository issues I found this: https://github.com/googlefonts/noto-emoji/issues/265
-
comment
Comment #27588442
Minor additions; branches are named commits that move along as you commit, while tags are named commits that stay.