• 0 Posts
  • 14 Comments
Joined 3 months ago
cake
Cake day: March 20th, 2024

help-circle


  • That’s 100% true. That’s why I’d like the help from experts to help me avoid being scammed, help me avoid drinking and eating poisoned food, or having to breath unhealthy air.

    I don’t always know the full repercussions from the decisions I make so I really appreciate having some expert help. This is especially true of decisions shitty people try to coerce me into making when I’m desperate or emotionally vulnerable.




  • That link doesn’t work; I’ll assume it says that he was denied asylum because he committed fraud against an Australian citizen. This doesn’t really provide evidence that his claims of being a spy are false, only that he committed fraud in Australia. It’s definitely a point against his character, but not evidence that he lied about being a spy.

    Since you aren’t interested in being skeptical of your sources and jumped on the first thing that seemed to match the narrative you were pushing I found some evidence for you. Oddly enough there’s an entire Wikipedia article about him that goes into pretty significant detail about why his claims of being a high level spy are probably false.

    It’s odd that you didn’t see the Wikipedia article, I’m sure you have access to Wikipedia in your country don’t you?



  • I think the answer is no even if they own only a single copy (digital or physical) at a time.

    This company copies home movies from VHS to DVD. The linked article implies that when you buy a product you’re only buying the format you purchased. So if you buy a physical book you’re only buying the rights to have the physical book, not a digital copy of the book.




  • 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.


  • 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.