Viewing profile — can3p
can3p
HN member- Joined
- Mon, Jun 26, 2017, 9:21 AM UTC
- HN karma
- 116
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About can3p
No profile information was provided.
Recent public activity
-
comment
Comment #48220178
All the usual suspects, error handling, sum types, interfaces. Just a note, I'm yet to see a problem highlighted in the section about interfaces, in particular that changing a conc…
-
comment
Comment #47287248
Every library is a liability especially in terms of api. There are many example where the first take on a problem within a std lib was a bad choice and required a major overhaul. O…
-
comment
Comment #47286846
I think this post needs better examples to show case the issue, because right now the issue is not clear. Ideally you would need an example that uses the context.Cause function, se…
-
comment
Comment #46278519
> For many business apps, they will never reach 2 billion unique values per table, so this will be adequate for their entire life. I’ve also recommended always using bigint/int8 in…
-
comment
Comment #46083274
The other reason is the volume of the code being produced combined with the constant product changes. An innocent change like mixing two close but still different concepts can easi…
-
comment
Comment #45990570
Reads like a straw man. Was "being simple" anywhere in rust lang agenda?
-
comment
Comment #44057134
I’ve made my own attempt in building a social network [0] and it’s evening running for me and my friends. Here are few things I’ve encountered during the development: - Based on my…
-
comment
Comment #43644028
Thanks for the correction!
-
comment
Comment #43620098
There are two sides to the argument which I think should be treated separately: a) Is it a good idea overall? and b) is htmx implementation good enough? a) I think so, yes. I've se…
-
comment
Comment #42645557
This and similar post are a bulletproof way to start a flame war. Last time it was generics that were missing, now everyone is raging about sum times and of course explicit error i…
-
comment
Comment #42489166
One of the things that surprised me in the article was their usage of J2K. They’ve been using it as part of IntelliJ, alright, but why did they have to run it headless? They’ve eve…
-
comment
Comment #41786545
Local state is indeed a problem that's exacerbated by swapping logic. Simple example: you have a form + a collapsible block inside or maybe a dynamic set of inputs (imagine you're …
-
comment
Comment #41426262
Just checked it, thanks for pointing to it. I think it's more of a decentralized encrypted messaging platform, and my idea was to have a way constrain the visibility of the convers…
-
comment
Comment #41424310
Nice! Personally I think that the more niche social networks we have the better it is. The big problem with the mainstream networks is that they've evolved from a media to communic…
-
comment
Comment #41366840
I’ve been scratching my own itch lately trying to build a communication medium that I like. IMO the problem with current social networks is their scale and public only approach. An…
-
comment
Comment #41160312
Small nitpick - the author mentions upsert in the beginning of the article only to "forget" about it and use it in the end (insert .. on conflict ignore) and that's the obvious sol…
-
comment
Comment #41049814
I think the whole article can be generalized as following: one cannot make assumptions about relative values. You can replace UTC with US dollars and Amsterdam time with euros and …
-
comment
Comment #40738568
I think the module imports apis are a python2/3 moment for node.js ecosystem. There is no clearly superior way and as a consequence not too many people care, however it hurts for r…
-
story
Show HN: Sackmesser – JSON/YAML mutation tool
Hey everyone, I've spent a lot of time in the past modifying JSON/yaml for helm charts and not only and I always wanted to have a tool that would do it for me. sackmesser is differ…
-
comment
Comment #39915590
The part that blows my mind all the time is that there are all sorts of cups - https://en.wikipedia.org/wiki/Cup_(unit) Mile unit is another one of the same sort - https://en.wikip…
-
comment
Comment #39744123
Nice post, thanks! Do I read it right that using jit results in the worst max times? What could be a reason in your opinion?
-
comment
Comment #39726277
I think linux became much better in recent years not at least due to things moving into web. Ofc there is a ton of specialized windows only software still, but it became much less …
-
comment
Comment #39418565
I think tailwind went a bit too far, but in general it’s really hard to have a controllable amount of css on huge projects. The reason is that selectors are often too broad and it’…
-
comment
Comment #39374482
Can't recommend anki flash cards enough. One thing that I found important is that you need to build the deck yourself and you'll miss out a lot by using prebaked decks of any kind.…
- story