bobburger

joined 8 months ago
[–] bobburger@fedia.io 1 points 6 months ago (2 children)

I use it for exactly the same thing.

I used to spend hours agonizing over documenting things because I couldn't get the tone right, or in over explained, or some other stupid shit.

Now I give my llamafile the code, it gives me a reasonable set of documentation, I edit the documentation because the LLM isn't perfect, and I'm done in 10 minutes.

[–] bobburger@fedia.io 4 points 6 months ago

I love duckDB, my usual workflow is:

  • initially read my data from whatever source (CSV, relational database somewhere, whatever)
  • write it to one or more parquet files in a directory
  • tell duckdb that the directory is my data source

Then duckdb treats the directory just like a databese that you can build indexes on, and since they're parquet files they're hella small and have static typing. It was pretty fast and efficient before, and duckdb has really sped up my data wrangling and analysis a ton.

[–] bobburger@fedia.io 5 points 6 months ago (2 children)

Should include "has duckplyr" which is bad ass in the few weeks I've been using it.

[–] bobburger@fedia.io 0 points 6 months ago (1 children)
[–] bobburger@fedia.io 3 points 7 months ago

Seriously. Making beer is easy. Making good beer at scale consistently is incredibly hard, and most craft brewer's aren't doing the work.

[–] bobburger@fedia.io -2 points 7 months ago

I have a soft spot for Jenkins because it was the first integration tool I ever used fresh out of college.

But today I want to stab the server because a job started failing randomly with a permission error when trying to copy a file.

[–] bobburger@fedia.io 5 points 7 months ago

I have a soft spot for Jenkins because it was the first integration tool I ever used fresh out of college.

But today I want to stab the server because a job started failing randomly with a permission error when trying to copy a file.

[–] bobburger@fedia.io 1 points 7 months ago

I use simplex with graphene os on my pixel 7 pro and it works great.

[–] bobburger@fedia.io 19 points 7 months ago (3 children)

Lol, yeah I'm going to organize an armed rebellion against a country that can shoot me in the chest with a fucking rocket covered in swords from the other side of the world while I'm chilling on my deck with my family.

[–] bobburger@fedia.io 3 points 7 months ago

I love DuckDB. It's really nice to be able to put a bunch of parquet files in a directory and then do operations on them as if they were a sql database. You can even put an index on the files if you're feeling froggy.

view more: ‹ prev next ›