Viewing profile — cangencer
cangencer
HN member- Joined
- Thu, Jan 12, 2012, 1:37 PM UTC
- HN karma
- 1,343
- Public activity
- 91 items
- HN profile
- View on Hacker News ↗
About cangencer
Recent public activity
-
comment
Comment #41190837
The article is extremely shallow beyond saying "Formal verification a la SPARK" should have been used, while not offering how this could actually work in the real world - I don't t…
-
comment
Comment #41055573
The thread is still wrong, since it was a OOB memory read, not a missing null pointer check as claimed. 0x9c is likely the value that just happened to be in the OOB read.
-
comment
Comment #36063436
Yet another contrarian nonsense from DHH - one medium successful product doesn’t give them so much credibility to dismiss what everyone else does.
-
comment
Comment #34613273
https://www.youtube.com/watch?v=zGSQdN2X_k0
- comment
- story
- story
- story
-
comment
Comment #32486969
Like the good old Monty Python cheese shop :) https://youtu.be/Hz1JWzyvv8A
- story
-
comment
Comment #29583479
There are actually some patterns to deal with this, such as Saga - I'm actually working on a project (not open-source yet) related to this specific problem. You can reach me at can…
-
comment
Comment #28945986
Threads are similar to slideshows - you can put a few bullet points that sound reasonably correct, but lacking in detail and context and you mostly forget about it after you read i…
- story
-
comment
Comment #26131618
Your salary is only partially based on "the value created by employee" - most of it is the market forces of supply and demand. When you're remote, you're competing with a much larg…
- story
-
comment
Comment #25979222
I'll do a shameless plug of our modern Java benchmarking story here for the doubters: https://jet-start.sh/blog/2020/06/09/jdk-gc-benchmarks-part1
- story
- story
-
comment
Comment #24145086
The paper is part of the standardization effort but is not the final authority on the process. It is a very good reference on how to approach streaming SQL, even though the Jet mod…
-
comment
Comment #24141137
This is indeed a question that we get asked a lot. We have so far not though about adding more advanced scheduling capabilities for the cooperative threads. With the slot system, i…
-
comment
Comment #24133525
Do you mean for a single job/pipeline? This wouldn't be possible at the moment. Our current focus has shifted from Beam a little bit - as we found out the beam threading model didn…
-
comment
Comment #24131612
It's not very different than normal SQL. Imagine that instead of a finite result set, you instead have a never ending result set. You can also roughly map operations like windowed …
-
comment
Comment #24131049
This is very true. Stream processing is both old and new and I think it takes time for technology like this to really mature. There's currently a standardisation effort around Stre…
-
comment
Comment #24130858
While Flink is a fully-featured stream processing framework I think there's some notable differences. Off the top of my mind: - Flink uses Zookeeper for metadata and coordination, …
-
comment
Comment #24130257
The license is meant to prevent service-wrapping by cloud providers, other than that it doesn't have any implications for standard usage. The core library / server is Apache 2 and …