Viewing profile — harunurhan
harunurhan
HN member- Joined
- Sat, Jan 18, 2014, 10:28 AM UTC
- HN karma
- 166
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About harunurhan
Recent public activity
-
comment
Comment #43626284
I was curious about this too, and I found https://echarts.apache.org/en/theme-builder.html
-
comment
Comment #38490124
I guess "online retailer" example could be extended to many of the companies that are creating consumer products.
-
comment
Comment #38252137
it works really well if all you are drawing is an eclipse ¯\_(ツ)_/¯. Could be a bug in the client or your implementation of $1.
-
comment
Comment #35307304
I don't think it was particularly good or bad, when I was there. I don't drink beer none of my friends ever said "this beer is great" or "this beer sucks".
-
comment
Comment #33990649
Like any user input, you do runtime type-checking and validation. TypeScript is especially great for that because it has type narrowing [0]. [0] - https://www.typescriptlang.org/do…
-
comment
Comment #33125609
The cost isn't the only reason - CERN started planning its computing grid before AWS was launched. - It's pretty complicated (politics, mission, vision) for CERN to use external pr…
-
comment
Comment #32217844
I think the trick is cutting down animations
-
comment
Comment #32217731
> One more thing I've never seen before in a framework's documentation: Patterns I really appreciate this! btw some DS have that too https://ant.design/docs/spec/overview https://c…
-
comment
Comment #30900456
> the ones that didn’t matter after awhile. Ideally you have metrics for all flags and their values, so you can easily tell if one becomes redundant and safe to remove entirely aft…
-
comment
Comment #29941472
I bumped into this just yesterday, it's sad that the page ranks very high for "open source ticketing" :(
-
comment
Comment #29258502
Not typed support but I find jsonnet [0] pretty useful when you have tons of configuration files. [0] - https://jsonnet.org/
-
comment
Comment #24351389
Have look at this: https://home.cern/news/news/experiments/how-make-your-own-cl...
- story
-
comment
Comment #23294112
yeah I didn't know it until i tried to copy-paste to post here :)
-
comment
Comment #23293188
OK, seeing "﷽" [1] was unexpected :). For those who does not know, it's very important for muslims and It's all over the Quran [1] https://github.com/minimaxir/big-list-of-naughty-…
-
comment
Comment #23078134
I can see it can be, and it actually is useful for many users, but it's not for me, and many others share the same opinion. So having an option not to get the touch bar is importan…
-
comment
Comment #22881632
Well, camera is going to be a lot better than 6s, so as the chip. I think overall it's a good upgrade from 6s, but probably I wouldn't go for it to replace my 8.
-
comment
Comment #22795676
It wasn't difficult to know, was it? Gates and some other were already alarming about this, even some documentaries were produced about this.
-
comment
Comment #22538606
Not every use case is affected by BREACH attack.
-
comment
Comment #22202044
> And especially CERN? These guys have info and tech to end life I work at CERN, no we do not.
-
comment
Comment #20232888
It doesn't sound to me that you really took it seriously and try. For example for what you said about "JSON objects received from the API" has no type validation, it doesn't unless…
-
comment
Comment #19501596
Postgres has JSON support. In fact Amazon's documentdb which is alternative to Mongo, is built on top of Postgres AFAIK.
-
comment
Comment #18813754
I have worked with polyrepo madness... I do remember doing commits to up to 5 different repos just for a feature. And to roll this feature to prod, few of these repos had to go thr…
-
comment
Comment #17173695
Agreed! Also I'd add ant-design [1] and grommet [2] (it is not very active although it works very well) [1] https://github.com/ant-design/ant-design [2] https://github.com/grommet/…
-
comment
Comment #16738525
Here's an interesting and relevant project, scoap3. It tries to convert high quality journals to open access with an interesting model. [1] https://scoap3.org/ Disclosure: I work a…