Viewing profile — volument
volument
HN member- Joined
- Wed, Feb 14, 2018, 7:23 PM UTC
- HN karma
- 165
- Public activity
- 122 items
- HN profile
- View on Hacker News ↗
About volument
No profile information was provided.
Recent public activity
- story
-
comment
Comment #27022775
This one is significantly more active than the others.
-
comment
Comment #25937398
Can you give few examples of those other companies? Thanks.
-
comment
Comment #25004359
It used to be like that, but that's no longer happening. Last winter, there was no snow in Helsinki at all :(
-
comment
Comment #24985937
ePrivacy talks about "information stored in the terminal equipment", which includes any information you can get from the device. For example the user agent, location, and operating…
-
comment
Comment #24981444
Yes: the location information on the browser. You cannot access it for non-essential purposes without user consent. See Article 5 / Statement 3 in the ePrivacy directive[1] [1] htt…
-
comment
Comment #24981390
That depends solely on what is an "analytics cookie". If it's a permanent identifier, then it's considered PII and requires a GDPR consent. Otherwise GDPR doesn't care. You can fre…
-
comment
Comment #24981033
The list is only for non-essential services such as website analytics. Is there a better cite for Czech Republic? Happy to edit.
-
comment
Comment #24980583
EU is still working on a new version of the directive. I heard they have been doing it for three years now.
-
comment
Comment #24980114
The eDirective states that the browser and device information (like the URL) is private data and you need a permission to access it for non-essential purposes such as analytics. Th…
-
comment
Comment #24979937
Cookies are not an issue for GDPR, it's all about respecting users' privacy. In fact you can freely store anonymous data to cookies, localStorage, and sessionStorage without issues…
-
comment
Comment #24491985
Being interesting is not enough when you are picking a language for your next major project.
- comment
-
comment
Comment #24489318
Really curious to hear your findings! We're happy users of Badger, but we have never looked it's internals. I guess you can list the differences you've found without using a bad mo…
-
comment
Comment #24405117
This is exactly what happened to me: I did not take a further look on Haskell just because its syntax seemed so weird.
-
comment
Comment #24202157
https://volument.com might be a good pick since it focuses strictly on conversion optimization. It attempts to measure the more general conversion flow, known as the AIDA funnel (a…
-
comment
Comment #24199519
Here's one we are working on: https://volument.com — it focuses on conversion optimization.
- story
-
comment
Comment #23750420
That website had too many annoyances and content blockers that I had to leave (which wasn’t easy either). I’ll remember Bloomberg. Same with Forbes.
-
comment
Comment #22523447
This feels like a response from a seasoned backend engineer. Seasoned frontend developers value user experience and design — thus the tendency to go "back to static" and rarely bac…
-
comment
Comment #22441265
This seems like a complex way of saying that Go is too simple for your taste.
-
comment
Comment #22373205
Hey, we at Volument (volument.com) are using Redis as the primary datastore. We are extremely happy we chose that option. It gives us everything we need: extreme performance, scala…
-
comment
Comment #22274574
I wouldn't be surprised to see a test runner with the same features done in 1000–5000 lines.
-
comment
Comment #22274476
Great to hear! Can you shed some light on "script size constrained serverless scripts"? Would possibly make a good FAQ entry. And yes. Bareserver needs Node currently and is not de…
-
comment
Comment #22273912
True. However, according to "The State of JavaScript" [1] Jest is the most popular option these days and it is chosen because it is simple, lightweight, fast, and easy [2] — all of…