Viewing profile — jaitsu
jaitsu
HN member- Joined
- Thu, Aug 06, 2015, 12:17 PM UTC
- HN karma
- 202
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About jaitsu
No profile information was provided.
Recent public activity
-
comment
Comment #48997597
Because using pirated material is a civil issue, not a criminal offence?
-
comment
Comment #43470322
https://examine.com/supplements/vitamin-d/ This is a good place to get that kind of information
-
comment
Comment #40944523
I can't see why they wouldn't be in a future 1.x release
-
comment
Comment #35873601
good catch
-
comment
Comment #35872938
Indeed, I notice it when trying to push also: remote: Resolving deltas: 100% (3/3), completed with 3 local objects. remote: fatal error in commit_refs To github.com:acme/foo.git ! …
- story
-
comment
Comment #35229898
These two sentences are at completed odds with each other: 1. "We are a company that promotes openness and transparency" 2. "Let's commit to maintaining complete confidentiality ab…
-
comment
Comment #34438077
"X is currently disabled" resolves it
-
comment
Comment #34412566
Almost. The sql package is just an abstract layer which requires a 3rd party module to provide the concretions. I guess the API is the same, but you still need a 3rd party lib :)
-
comment
Comment #34353693
You can recover from a panic though, so if you are implementing something that may panic you should have some sensible defer/recover in there if you can't afford to have your proce…
-
comment
Comment #32852339
Yeah, no thanks. Call me old fashioned, but if you really want to see what something looks like on you just go to the store. Personally, I think buying clothes is not just about ho…
-
comment
Comment #32165127
Very similar thoughts to an article I wrote back in 2014: https://jameshalsall.co.uk/posts/why-soft-deletes-are-evil-a... Excuse the dramatic title of the post
-
comment
Comment #30988765
https://go.dev/blog/supply-chain is a very good write-up on this topic too.
-
comment
Comment #30960721
I echo your sentiment. I am not against gender inclusivity but to call out what is essentially innocent language as inherently “bad” is not a good path to go down.
-
comment
Comment #30960682
Given most teams operate CI pipelines on their PRs/MRs, I like to make it a requirement to squash before merging. This means that only passing builds make it into the main branch. …
-
comment
Comment #23394390
Of international importance, I would say.
-
comment
Comment #22889211
Writing unit tests is debatable?
-
comment
Comment #21691788
You may, or may not, be aware of this - https://blog.golang.org/why-generics I believe it's still in the roadmap for Go 2.0
-
comment
Comment #12792692
"Apple sales slump... compared to unrealistic expectations." Wake me up with some news.
- story
- story
-
comment
Comment #12304702
Absolutely, a package manager server should state in their license file that when you submit a package you consent to it being cached on said server. Having someone remove a packag…
-
comment
Comment #11911328
I ranted about this on my blog whilst drunk, and then went off in a tangent, you can find it at jameshalsall.co.uk, 2nd post. This really makes me uncomfortable, standards are ther…
-
comment
Comment #11883800
They seem to go about these things in the wrong way. Take Messenger for example, there was no good reason to remove access to this via a browser on mobile devices. I don't want to …
-
comment
Comment #11814022
If you've been a web dev for 10 years then you'll know that the most fundamental tool for scripting is a pain point (document ready), jQuery did a good job of abstracting the nuanc…