Newest at the top
2025-03-13 16:41:30 +0100 | k_hachig_ | (~k_hachig@2607:fea8:351d:ef0:a56d:37e8:f63c:429c) k_hachig |
2025-03-13 16:40:56 +0100 | alfiee | (~alfiee@user/alfiee) alfiee |
2025-03-13 16:35:29 +0100 | k_hachig_ | (~k_hachig@2607:fea8:351d:ef0:a56d:37e8:f63c:429c) (Ping timeout: 268 seconds) |
2025-03-13 16:35:27 +0100 | jmcantrell | (~weechat@user/jmcantrell) jmcantrell |
2025-03-13 16:33:48 +0100 | acidjnk_new | (~acidjnk@p200300d6e7283f85b10ad2147dd4d665.dip0.t-ipconnect.de) (Ping timeout: 246 seconds) |
2025-03-13 16:32:16 +0100 | fp1 | fp |
2025-03-13 16:32:11 +0100 | Sgeo | (~Sgeo@user/sgeo) Sgeo |
2025-03-13 16:29:55 +0100 | fp1 | (~Thunderbi@wireless-86-50-141-158.open.aalto.fi) fp |
2025-03-13 16:29:47 +0100 | fp | (~Thunderbi@wireless-86-50-141-158.open.aalto.fi) (Quit: fp) |
2025-03-13 16:29:04 +0100 | k_hachig_ | (~k_hachig@2607:fea8:351d:ef0:a56d:37e8:f63c:429c) k_hachig |
2025-03-13 16:15:13 +0100 | k_hachig_ | (~k_hachig@2607:fea8:351d:ef0:a56d:37e8:f63c:429c) (Ping timeout: 265 seconds) |
2025-03-13 16:09:09 +0100 | petrichor | (~znc-user@user/petrichor) (Ping timeout: 248 seconds) |
2025-03-13 16:07:08 +0100 | cipherrot | (~znc-user@user/petrichor) petrichor |
2025-03-13 15:57:57 +0100 | alfiee | (~alfiee@user/alfiee) (Ping timeout: 248 seconds) |
2025-03-13 15:56:27 +0100 | eL_Bart0 | (~eL_Bart0@dietunichtguten.org) |
2025-03-13 15:56:14 +0100 | rvalue | (~rvalue@user/rvalue) rvalue |
2025-03-13 15:55:41 +0100 | rvalue | (~rvalue@user/rvalue) (Read error: Connection reset by peer) |
2025-03-13 15:53:52 +0100 | alfiee | (~alfiee@user/alfiee) alfiee |
2025-03-13 15:53:33 +0100 | j1n37 | (~j1n37@user/j1n37) (Ping timeout: 268 seconds) |
2025-03-13 15:53:18 +0100 | christ | (~christ@2404:c0:2910::e21:836d) (Ping timeout: 240 seconds) |
2025-03-13 15:52:51 +0100 | j1n37- | (~j1n37@user/j1n37) j1n37 |
2025-03-13 15:51:33 +0100 | CiaoSen | (~Jura@2a02:8071:64e1:7180::ac59) (Ping timeout: 244 seconds) |
2025-03-13 15:50:51 +0100 | fp | (~Thunderbi@wireless-86-50-141-158.open.aalto.fi) fp |
2025-03-13 15:43:33 +0100 | christ | (~christ@2404:c0:2910::e21:836d) |
2025-03-13 15:34:41 +0100 | tv | (~tv@user/tv) tv |
2025-03-13 15:32:48 +0100 | tv | (~tv@user/tv) (Quit: derp) |
2025-03-13 15:26:11 +0100 | tabaqui | (~tabaqui@167.71.80.236) tabaqui |
2025-03-13 15:25:41 +0100 | tabaqui | (~tabaqui@167.71.80.236) (Quit: WeeChat 4.5.1) |
2025-03-13 15:17:59 +0100 | <kuribas> | oh, there is .npy format... |
2025-03-13 15:12:03 +0100 | alfiee | (~alfiee@user/alfiee) (Ping timeout: 245 seconds) |
2025-03-13 15:07:47 +0100 | alfiee | (~alfiee@user/alfiee) alfiee |
2025-03-13 14:58:12 +0100 | <kuribas> | I wanted to use parquet, but nothing exists for haskell. |
2025-03-13 14:57:19 +0100 | <kuribas> | So the quickest thing would be to use my haskell version. |
2025-03-13 14:57:10 +0100 | <kuribas> | But now I see it comes with a noncommercial license. |
2025-03-13 14:56:59 +0100 | <kuribas> | The thing is, I implemented some compression code in haskell that we used at work. Now I need a python version, so I thought to just use the C library and bind it. |
2025-03-13 14:55:07 +0100 | <kuribas> | it's just a timeseries. |
2025-03-13 14:55:00 +0100 | <kuribas> | comerijn: 1 |
2025-03-13 14:53:54 +0100 | <comerijn> | Because if the answers is >1 then you need to worry about row vs column major for numpy |
2025-03-13 14:53:12 +0100 | <comerijn> | kuribas: What dimensionality for the array? |
2025-03-13 14:52:59 +0100 | <comerijn> | Evil voice: Just dump out a Storabel Vector ;) |
2025-03-13 14:52:06 +0100 | <kuribas> | right |
2025-03-13 14:51:54 +0100 | <dminuoso> | Unstructured, but perhaps suitable |
2025-03-13 14:51:46 +0100 | <dminuoso> | Which is a very dense and high performance encoding |
2025-03-13 14:51:33 +0100 | <dminuoso> | Python library exists too. |
2025-03-13 14:51:28 +0100 | <dminuoso> | https://hackage.haskell.org/package/msgpack |
2025-03-13 14:51:24 +0100 | <kuribas> | oh, numpy.frombuffer, then I just need to emit the right format. |
2025-03-13 14:51:12 +0100 | <dminuoso> | kuribas: You could also just use msgpack. |
2025-03-13 14:50:40 +0100 | <kuribas> | I'd like to read it into python as a numpy array. |
2025-03-13 14:50:24 +0100 | <dminuoso> | Indeed. |
2025-03-13 14:50:11 +0100 | <kuribas> | I don't even need CSV. |