Viewing profile — bern4444
bern4444
HN member- Joined
- Fri, Nov 16, 2018, 4:17 PM UTC
- HN karma
- 1,564
- Public activity
- 529 items
- HN profile
- View on Hacker News ↗
About bern4444
No profile information was provided.
Recent public activity
-
comment
Comment #48732771
Yeah that's the engineering part in software engineer :) If you have VerifiedUserWithBirthday, any value that fails the parsing function is implicitly UnverifiedUserOrUserWithoutBi…
-
comment
Comment #48732526
It's pretty trivial to create derived and augmented types with Pick, Omit, Required, Partial. Combined with a few parsing functions that return an object typed to whatever specific…
-
comment
Comment #45871543
He calls it a CV and given the education background is British it's more inline with what a CV is meant to represent - a deeper dive into your background and experience - compared …
-
comment
Comment #45690049
> For instance, Math.random and Date constructors are fixed in workflow runs, so you are safe to use them and the framework ensures that the values don't change across replays. How…
- story
-
comment
Comment #45342468
This looks awesome, I had two questions: Is there a structured concurrency library being used to manage the chained promise calls and lazy evaluation (IE when the final promise res…
-
comment
Comment #44958854
> The identity element is zero I think the identity element would be 1 for integers and multiplication, right? 0 would be the identity element for integers and addition.
-
comment
Comment #44678820
This seems like a conclusion derived from the ideas in parse don't validate[1]. The goal is to encode the information you learn while parsing your data into your type system. This …
-
comment
Comment #43922004
It's like a tax free dividend. Dividends are taxable but if a company uses the cash they would have spent on a dividend on a buy back there's no taxable event for the investors. Th…
-
comment
Comment #42837032
The most interesting tech company in the banking to me is Column[0]. No affiliation but it caught my eye when the launched. Admittedly it still feels abstract to me, but the value …
-
comment
Comment #42800953
My initial reaction to Tailwind was: what a pain. I already know CSS, now I have to learn CSS again... I imagine its how parents might feel when they go to help their children with…
- story
- story
-
comment
Comment #41072964
I'm using a mix of TSX/JSX/TS/JS. I wasn't seeing it working for any of the functions (component or plain JS) I have unfortunately. Will keep an eye out for any updates you make to…
-
comment
Comment #41072892
I downloaded this and opened up a React based project that uses functions and not classes. I'm not seeing the sideways facing arrows to show the call stack of the function I'm look…
-
comment
Comment #40492559
Modal editors like vim and helix have modes[0] that allow for different operations. Vim has - normal mode which allows you to enter commands to manipulate text rather than just typ…
-
comment
Comment #40369314
https://web.archive.org/web/20240514093645/https://www.busin...
-
comment
Comment #40282737
Stock buy backs are simply a tax efficient return to investors that are an alternative to dividends. They are tax efficient since dividends are taxed before they can be reinvested …
-
comment
Comment #39881373
I've loved books that have won lots of awards and recognition that I only read cause it was part of a curriculum, but it's perfectly reasonable to also not connect with some of the…
-
comment
Comment #39376766
Eh - I like Jira or rather I don't dislike it. My team has done a lot of work to lean into the tool IE well defined issues, epics, tickets, t shirt sizing for pointing via 1, 3, 5,…
-
comment
Comment #39297365
I was on a team building tweet tiles[0][1] which required a cross platform UI system that would allow 3rd party developers to register a schema that would be used to render a custo…
-
comment
Comment #39275846
The subreddit r/mintuit[0] has tons of posts and detail on all these alternatives and people's experiences with them with reviews and everything else you could want to know. [0] ht…
-
comment
Comment #39262126
I agree. Dependency injection is 'just' passing an argument to a function or method. Whether that happens via the constructor, some method, or a plain ol' function, its very simple…
-
comment
Comment #39172540
The flip side to these performance cycles is all the time in between in which often very little actionable feedback is provided to engineers which makes the mid year and end of yea…
-
comment
Comment #38837693
feat is just the short form of feature; chore is for annoying stuff like fixing lint issues or maybe package updates that don't require any code changes etc... those are the little…