Viewing profile — filipn
filipn
HN member- Joined
- Tue, Dec 08, 2015, 1:08 PM UTC
- HN karma
- 326
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About filipn
No profile information was provided.
Recent public activity
-
comment
Comment #48994222
I don't agree with this take, there are a bunch of security companies that are screening new versions of packages looking for vulnerabilities, so waiting a bit before upgrading to …
-
comment
Comment #48945120
The physical limitations work with you, not against you. Have you ever read a book? The physical limitations is the blank paper, you need to be creative enough with the words you n…
-
comment
Comment #48076819
You're comparing a gpu to a human brain?
- story
- story
-
comment
Comment #33094457
Sprints are a good tool to transform bad teams into better teams. No amount of process and tools is going to convert a good team into being a great one. Great teams do not need add…
- story
- story
- story
-
comment
Comment #25441162
You can set your router with a firewall NAT rule to capture all DNS requests and redirect them to use Pi-Hole. Your tv will think it talks to 8.8.8.8 when in reality it will talk t…
- story
- story
- story
-
comment
Comment #23996598
Twilio[1] and MessageBird[2] come to my mind as competitors. They both are a "Voice & SMS" communications platform and I guess the innovative part is that they provide an easy way …
-
comment
Comment #23904925
Yes, I think the second diagram that you showed is the preferred way of doing things, since using or "dogfooding" the client libraries will ensure they are always tested and correc…
-
comment
Comment #23857699
There is an explicit section for privacy on the page as I can see, there is even a dedicated page to it: https://microsoftedgewelcome.microsoft.com/en-us/privacy Also they wrote a …
-
comment
Comment #23803616
Oh man, I was just about to recommend this book, you beat me to it. I am currently reading it, and I cannot recommend it enough. If you're interested in distributed systems and lea…
-
comment
Comment #23777893
You can read about their licenses here: https://redislabs.com/legal/licenses/ Redis Modules created by Redis Labs (e.g. RediSearch, RedisGraph, RedisJSON, RedisML, RedisBloom) are …
-
comment
Comment #23526946
- Preventing me from switching to it: once a tool (ie. pencil) is used for a stroke, it reverts back to mouse cursor (I'd rather have it stay as pencil and hit 1 for it to switch t…
-
comment
Comment #23308869
Is opentelemetry ready for production usage? As my understanding this project is a merge between OpenCensus and OpenTracing, but it’s still in beta and the documentation is really …
-
comment
Comment #23274991
We've been trying different tools, and we've found Excalidraw ( https://excalidraw.com/ ) to be satisfying our needs. It's relatively new and albeit it's lacking a few features, it…
-
comment
Comment #23257551
Reminds me of this comment from Reddit https://old.reddit.com/r/rust/comments/5penft/parallelizing_... Go allows characters from the Canadian Aboriginal Syllabics for identifiers, …
- story
-
comment
Comment #23181381
I've made a similar post about building a Go monorepo using Bazel two years ago, check it out - https://filipnikolovski.com/posts/managing-go-monorepo-with-... . We've been using B…
-
comment
Comment #23177687
I'm building a web app for sending newsletters with AWS Simple Email Service https://github.com/mailbadger/app . It's still a work in progress, I'm still a couple of features away …