Viewing profile — tripple6
tripple6
HN member- Joined
- Fri, Nov 04, 2022, 5:51 PM UTC
- HN karma
- 15
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About tripple6
No profile information was provided.
Recent public activity
-
comment
Comment #47491759
Of course it's not. I don't see any reason of posting an article that repeats the very same basics of Java or literally any programming language. Simple basics. Sure, if a particul…
-
comment
Comment #47455277
Do good, don't do bad. Okay.
-
comment
Comment #46418786
Jumping ahead to the comments below: obviously, I mentioned `java.sql.ResultSet` only as an example of an extremely massive interface. But if someone starts building theories based…
-
comment
Comment #46414720
Mockito uses declarative matching style of specifying what should be mocked. You don't need to implement or even stub all of interface methods since Mockito can do it itself. It ma…
-
comment
Comment #43023076
I've seen several posts on jj, but could anyone please tell what can't be done by git, or what is harder in git but super-easy in jj by providing the sequence of git commands and j…
-
comment
Comment #42950467
Regarding the rebase thing, I guess it's more a matter of habit. Stacked branches indeed may be tedious and may be annoying to rebase, agree. I implemented a shell script to rebase…
-
comment
Comment #42948497
I would never work with hg anymore since and I consider git much and much more flexible from both user and scripting perspective. Yes, git also suffers of command inconsistency, an…
-
comment
Comment #42167418
Having a massive major feature done as a single commit is evil. Merging two branches may conclude combining a unit of work, a major feature, a minor feature with the main branch (o…
-
comment
Comment #42074814
> It is a tidier solution. Based on special syntax. You're about to introduce node attributes. > They are common in data. I use tables everyday. May I have "first-class graph suppo…
-
comment
Comment #42059001
> When serialising data with ᴊꜱᴏɴ one has to use special field names such as $id; hoping the programming language does not. Unless a serialization/deserialization tool supports pro…
-
comment
Comment #42049875
I love this. > Having both begin and terminate arrays start with It hides context for humans. I am a human and I love to see what opens and what closes the context. Why would ` you…
-
comment
Comment #42039857
Sorry but I would never use this format for both manual or programmatic approach. * I've tried to read the data this format describes without reading its documentation and I just f…
-
comment
Comment #42037345
Uhm... These scripts seem to be over-engineered if used in scripting, but let me review it. ':) `git-amend`: A simple `git-commit` alias would support autocomplete and handle all `…
-
comment
Comment #41786610
Is there anything git-based like this having semantic web stuff support similar to Semantic MediaWiki?
-
comment
Comment #41045536
Totally agree. Most people DO look better with hair, not bald. Any tool that can visualize a non-bald person bald reveals how the person look may change from good to bad, and a lot…
-
comment
Comment #33471065
For Android I prefer Press (com.twentyfivesquares.press), a discontinued app I asked the creators to open the source code for a few years ago. Got ignored. Probably the only app kn…