2024/04/29

Newest at the top

2024-04-29 23:54:23 +0200 <shapr> edsko was in the audience for my lightning talk
2024-04-29 23:53:14 +0200 <tomsmeding> hoping that it's not all proprietary code that he saw through consulting
2024-04-29 23:53:02 +0200 <tomsmeding> shapr: edsko wrote 'falsify', a new PBT library, so perhaps he has ideas on stuff that uses PBT a lot
2024-04-29 23:50:59 +0200cashew(~cashewsta@65.17.175.150)
2024-04-29 23:50:15 +0200 <shapr> We sort of got it working on the keyboard.io : https://mclare.blog/posts/making-a-bloom-filter-keyboard/
2024-04-29 23:49:53 +0200 <shapr> I'm thinking about adding a parameter to bloohm for "number of pixels" then I can use it with any RGB grid.
2024-04-29 23:49:39 +0200 <geekosaur> run it under vbox 😛
2024-04-29 23:49:10 +0200 <tomsmeding> :D
2024-04-29 23:49:05 +0200 <shapr> I know some, not as much as I need, and more than I want
2024-04-29 23:48:50 +0200 <tomsmeding> I know nothing about how serial ports work, nor about emulating hardware, let alone the combination
2024-04-29 23:48:38 +0200 <shapr> yeah, me neither
2024-04-29 23:48:35 +0200 <tomsmeding> no!
2024-04-29 23:48:31 +0200 <shapr> do you know how?!
2024-04-29 23:48:25 +0200tomsmedinghides
2024-04-29 23:47:33 +0200 <shapr> but I dunno how to create a virtual serial port in software
2024-04-29 23:47:13 +0200 <lambdabot> https://hackage.haskell.org/package/serialport
2024-04-29 23:47:13 +0200 <shapr> @hackage serialport
2024-04-29 23:47:09 +0200 <shapr> Speaking of which, serialport needs some improvement, the test suite should not require an attached arduino
2024-04-29 23:46:34 +0200 <tomsmeding> fun electronics is cool
2024-04-29 23:46:27 +0200 <tomsmeding> gif is cool
2024-04-29 23:46:15 +0200 <shapr> but it's not the PBT suite I want :-(
2024-04-29 23:46:09 +0200 <shapr> heh, I pair with Josh once a week, that's how I got started with accelerate
2024-04-29 23:45:51 +0200 <tomsmeding> I try to help by being liaison here :)
2024-04-29 23:45:44 +0200 <tomsmeding> but yeah, accelerate is dearly understaffed for the care that it needs
2024-04-29 23:45:29 +0200 <shapr> probably so
2024-04-29 23:45:28 +0200 <shapr> hm
2024-04-29 23:45:14 +0200 <tomsmeding> that would be a bug I'd say
2024-04-29 23:45:14 +0200ocra8(ocra8@user/ocra8)
2024-04-29 23:45:10 +0200 <tomsmeding> I mean, the getting stuck on sort has little to do with Issue119 producing a large mix file, I hope?
2024-04-29 23:44:44 +0200 <shapr> thanks for talking that out with me
2024-04-29 23:44:39 +0200 <shapr> tomsmeding: so basically, not a compiler bug worth reporting
2024-04-29 23:44:19 +0200mreh(~matthew@host86-160-168-68.range86-160.btcentralplus.com) (Ping timeout: 246 seconds)
2024-04-29 23:44:19 +0200 <shapr> friend of mine rewrote bloohm in rust, with a small gif https://mclare.blog/posts/adapting-a-bloom-filter-to-rust/
2024-04-29 23:43:37 +0200 <shapr> impressive
2024-04-29 23:43:31 +0200 <tomsmeding> of course not always
2024-04-29 23:43:24 +0200 <tomsmeding> I try to not get blocked on haskell compiles and mostly succeed
2024-04-29 23:43:04 +0200 <tomsmeding> heh
2024-04-29 23:42:57 +0200ocra8(ocra8@user/ocra8) (Quit: WeeChat 4.2.2)
2024-04-29 23:42:56 +0200 <shapr> (hardware purchase required for bloohm)
2024-04-29 23:42:48 +0200 <shapr> Similarly, would you like to know the instant a long running compile has ended? try bloohm! https://github.com/shapr/bloohm
2024-04-29 23:42:28 +0200 <shapr> tomsmeding: do you run many long running Haskell compiles? Would you like to know how long they might take? Try sandwatch! https://github.com/shapr/sandwatch
2024-04-29 23:40:16 +0200__monty__(~toonn@user/toonn) (Quit: leaving)
2024-04-29 23:39:17 +0200 <shapr> yup
2024-04-29 23:39:14 +0200 <tomsmeding> so this is not anything accelerate-specific, this file is just a bit heavy on the int literals
2024-04-29 23:38:58 +0200 <tomsmeding> right
2024-04-29 23:38:53 +0200 <tomsmeding> i.e. a three-dimensional array has its shape (three ints) in a hlist-like structure
2024-04-29 23:38:48 +0200 <shapr> because part of the goal of HPC is to tell you which parts of your program did anything
2024-04-29 23:38:39 +0200 <tomsmeding> the _shapes_ are
2024-04-29 23:38:37 +0200 <tomsmeding> accelerate arrays are certainly not hlists
2024-04-29 23:38:34 +0200 <shapr> I would guess, yes