Viewing profile — yur83838
yur83838
HN member- Joined
- Fri, Feb 09, 2018, 5:22 AM UTC
- HN karma
- 17
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About yur83838
No profile information was provided.
Recent public activity
-
comment
Comment #16664974
yup, redundancies can be used to dismiss employees. The caveat is that you can't rehire for that role for a certain period of time. This is simply to avoid the problem of companies…
-
comment
Comment #16582086
stackblitz
-
comment
Comment #16575675
As a contrary point of view - I have a W541 that is provided by my enterprise overlord including all the virus scanner and corporate crap that comes with it on Windows. I actually …
-
comment
Comment #16575086
This isn't a cop out. Anything different and Facebook would be blamed for censorship. This is a difficult problem to solve. It's practically human nature to form a mob and group th…
-
comment
Comment #16549993
Would you say LLVM's pseudo assembly is also not a plus?
-
comment
Comment #16526634
> wattage energy / power. Both work in this situation.
-
comment
Comment #16514971
people still need to cross roads
-
comment
Comment #16338448
To counter this point, I knocked out a web app in Go recently in a few hours. I think the speed of development depends on your familiarity. Having said that, I would suggest the GP…
-
comment
Comment #16338129
You don't need a router, but it is much more readable with one. You don't need middleware, but it is much more readable with r.Use(jwtVerify) then writing a deeply nested half rout…
-
comment
Comment #16338108
The difference is in the network boundaries. I write most of my code as microservices, but it would be incredibly easy to wrap it all up into a single binary. It's not uncommon for…
-
comment
Comment #16338089
I often see time.Parse as a common complaint - but my code is much more readable when I can see what the date format looks like, rather than trying to interpret the cryptic syntax …
-
comment
Comment #16338082
> Go's refusal to embrace this is a huge pain point. Dep is a decent start, but without a community actually doing things like releases, changelogs, and all the other things that g…