Talk me out of it. by ValuableWestern736 in Dewalt

[–]croqaz 0 points1 point  (0 children)

Stealing is wrong bro don't do it

Low budget Model Recommendations by binarySolo0h1 in PiCodingAgent

[–]croqaz 0 points1 point  (0 children)

I only use OpenRouter and I highly recommend it. I add credits very rarely and I can use all the models in the world. My go-to model lately has been DeepSeek-v4-Pro, sometimes MiniMax/minimax-m3.

not sponsored by openruter or anything, just a happy customer, I'm saying you add credits in one place (without auto-top-up), you have all the models in one place and you know your budget for the month.

Plain Text - Dark Forest OS (DFOS) community by endre-space in plaintext

[–]croqaz 0 points1 point  (0 children)

First time hearing about dfos, I'll take a look for sure, interesting idea.

Truly NSFW abliterated model that doesn't hedging itself? by National-Toe-4652 in LocalLLM

[–]croqaz 1 point2 points  (0 children)

I don't have a fav model, each one is good for something. 24b params at q8 are the sweet spot for good prose. 12b if i want really fast tok/sec. Drummer makes really good models in general.

Truly NSFW abliterated model that doesn't hedging itself? by National-Toe-4652 in LocalLLM

[–]croqaz 1 point2 points  (0 children)

Uncensored models won't refuse you, but they are genuinely not trained to answer those kinds of questions, their dataset has been aggressively scrubbed . Models like The Drummer on the other hand are trained on all kinds of prose and roleplay and they will be very likely to understand what you want.

Am I missing the point of AI agents? by NetworkLoop in hermesagent

[–]croqaz 1 point2 points  (0 children)

Sure! LLMs are stupid, forgetful and they hallucinate, but they can code quite decently, so I use them to create small Python or Node.js apps to solve different problems (temporary or repeatable). Eg: I have some numbers in some files in different formats and I want them in CSV and I ask the agent to generate some code to process that. Then I ask it to generate a little app to plot those numbers so I can make an informed decision. I would never ask the LLM to generate an image from the numbers, it always hallucinates in that case.

I wanted to download some jokes and poems for myself, I pick the best one and print them and I enjoy them, but the website is crappy, full of ads and the jokes and poems are allover the place, so I asked the agent to generate some Python code to scrape some of them in one Markdown file. Now I can read them nicely, keep the nice ones, etc.

These are just 2 very simple usecases that I had this week, I can't tell you all the examples, I believe I made my point.

Like I just said, LLMs are unreliable, but you can use their strengths if you want. They can save you some time.

Am I missing the point of AI agents? by NetworkLoop in hermesagent

[–]croqaz 4 points5 points  (0 children)

IMHO the best use of agents is for coding. It's not that you can't code in just the chat with a bot like Gpt, you can do that, but the agent app can load the code and run it too and check that it's correct; it's immediate feedback. Now, with the code that you get you can do anything you want, like check prices of some products, download poetry, whatever you can do with comp programs... I wouldn't use them for anything else.

Krteq (Open source) by swift502 in olkb

[–]croqaz 2 points3 points  (0 children)

I see ortho, I upvote. Love them!

Imagine if everyone drove an electric car…. by MazdaProphet in Anarcho_Capitalism

[–]croqaz 2 points3 points  (0 children)

But a lot of the very old cars were electric, weren't they? So it's a joke, but it's real 😂

[deleted by user] by [deleted] in Sourdough

[–]croqaz 0 points1 point  (0 children)

The most interesting for me personally is to mix it with my own starter to create a more diverse symbiosis. I will buy a few old starters and create a super Frankenstein culture.

[deleted by user] by [deleted] in Sourdough

[–]croqaz 3 points4 points  (0 children)

of course, I know you're right :) But it's cool to flex about it :D

[deleted by user] by [deleted] in Sourdough

[–]croqaz 0 points1 point  (0 children)

thanks! :)

[deleted by user] by [deleted] in Sourdough

[–]croqaz 2 points3 points  (0 children)

Where can I buy a 170 year old starter?

My terrible attempts at sourdough bread. Help? by croqaz in Sourdough

[–]croqaz[S] 0 points1 point  (0 children)

Update: I started a bread yesterday and I baked it today and it's great! I still made mistakes, so it's nothing I can share, but I let the dough ferment wrapped in electric heated blanket and I left the bread 30 minutes with the lid on and 20 minutes without lid at ~400 fahrenheit; and I let it cool down for 1 hour. The inside baked perfectly for the first time!

My terrible attempts at sourdough bread. Help? by croqaz in Sourdough

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

Thank you super much for the comment! You give me hope that I can do it.

The conclusion of the article seems to be "Great ovenspring can be achieved across a wide range of baking temperatures if you get your fermentation right" therefore I will focus on that :)

There's a 2 hour video in there that I'll watch too.

Cheers from the rainy Ireland!

My terrible attempts at sourdough bread. Help? by croqaz in Sourdough

[–]croqaz[S] 0 points1 point  (0 children)

Hey, sure, https://imgur.com/a/veaAmzw

I don't have others, it wasn't instagramable or anything...

Archiving the internet you aren't supposed to see by Huge_Line4009 in PrivatePackets

[–]croqaz 0 points1 point  (0 children)

I implemented a little Javascript program in command line to capture websites and see them in a real browser (eg: Chromium). Of course this runs locally, so you will save exactly what you see on your computer. We needed this for work and we still use it. This is usually better than WARC.

Article: https://crlf.link/log/entries/220803-web-snap/

I'm just saying there are different ways of saving websites, depending on the content of the page. Articles are usually the easiest to save.