Viewing profile — kansi
kansi
HN member- Joined
- Sun, Jun 28, 2015, 11:02 AM UTC
- HN karma
- 445
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About kansi
No profile information was provided.
Recent public activity
-
comment
Comment #42260349
I have tried to find a CDN provider which would offer access control similar to Cloudfront's signed cookies but failed to find something that would match it. This is a major drawba…
-
comment
Comment #41940382
[0] https://github.com/burrito-elixir/burrito
-
comment
Comment #41940327
Thanks for sharing the post, it was intriguing. The detailed comments mentioned in `main.zig` and `build.zig` towards the end helped a lot.
-
comment
Comment #41939746
> I use zig a lot in elixir nif, for things like audio and video processing Sounds interesting, is it open source? I am interested in seeing how the code layout looks like when mix…
-
story
Show HN: Control Node – Elixir library to build your own orchestration service
Hi HN, I am sharing this Elixir library which enables building your own service orchestrator. It's best suited for building orchestrators that need to deploy small to medium size o…
-
comment
Comment #39399779
If possible, could you please the website for this ads consultant?
-
comment
Comment #39330595
Are you able to share which provider do they use for their rack setup?
-
comment
Comment #38906568
> but damn those colors are nice :) This! One day laptop manufactures (excluding Apple) will understand that a vibrant colorful display is much desired by customers than a 1080p ma…
-
comment
Comment #33107771
Okay! I assumed it was part of some popular font out there. Thanks
-
comment
Comment #33103315
I would like to know which font is this ( https://fonts.gstatic.com/s/img/knowledge/glossary/terms/sty... ) . I have tried to search but I am not sure how to actually find this inf…
- story
-
comment
Comment #23166634
True, it has to be used as encryption cracking software! :D
-
comment
Comment #18598275
Reading this breaks my heart. I have been a Firefox user for almost a decade now and I have good and bad memories with it. Since Quantum release my experience with FF has been noth…
- story
-
comment
Comment #17392858
That moment when you need to fix a product before you can get a date! Anyways is it open source :D
- story
- story
-
comment
Comment #10424013
Process spawning is cheap in Erlang so you can spawn a new process for each incoming request. Cowboy does something similar to this. If you don't want to spwan a process for each r…
- story
- story
-
comment
Comment #10374483
I have been learning and using Erlang for quite sometime and it's syntax was one of the attractive part for me, short and concise. But it has always confused me why people keep pra…
- story
-
comment
Comment #10364460
Yes, its a general purpose monitoring solution. Currently I don't have the permissions to change the description but will try to get it changed tough.
-
comment
Comment #10364433
couldn't understand your idea. can you please elaborate ?
-
comment
Comment #10363445
I also discuss the architecutre of Grapherl here, https://medium.com/@kansi/erlang-otp-architectures-grapherl-...