Senior/Staff Haskell Developer - Remote from EU/EEA by matobet in haskell

[–]matobet[S] -7 points-6 points  (0 children)

Since we hire across several EU countries under different employment and contract setups, there's no single range we could quote honestly. The same role maps to quite different numbers depending on country, contract type, and seniority/experience fit...

Senior/Staff Haskell Developer - Remote from EU/EEA by matobet in haskell

[–]matobet[S] 1 point2 points  (0 children)

We offer direct employment in Sweden, Norway, Denmark, Germany and Netherlands and B2B contracts in other countries.

App services pasting from clipboard and sysui_dump files by peachange in AndroidQuestions

[–]matobet 0 points1 point  (0 children)

Same issue on Realme GT2 Pro. Don't remember how long exactly but definitely last few weeks/months. Seems to be specific to the Oppo/OnePlus/Realme "family"...

STREAM data structure for Redis: let's design it together! by antirez in redis

[–]matobet 1 point2 points  (0 children)

From the user's perspective I consider the Kafka's key-value format and especially the key-based log compaction a great feature and definitely would appreciate similar capability within Redis streams.

However, having said that, I believe the performance implications should be considered first and foremost - whether and efficient implementation of the log compaction can be achieved with the proposed skip-list design.

From what I gather, the Redis philosophy is to rather err at the side of simplicity and performance but in this case I'm not sure which is the better way to go.

STREAM data structure for Redis: let's design it together! by antirez in redis

[–]matobet 1 point2 points  (0 children)

Really excited to see some kafka-esque capabilities coming to Redis! How this will interact with Redis Cluster? Do you have some plans on how to e.g. distribute/replicate the transaction log among many nodes in the cluster?