Creating complex robots.txt files using #ChatGPT! You'd still need some #regex knowledge or tools like https://
regex101.com to make sure the output is correct, but this is still impressive! Credit to Andrew Shotland (
@localseoguide
) for the tip. #SEO #WebDevelopment
CODE
-

Creating Complex robots.txt Files with ChatGPT
By
–
-
Future of coding as source code representation
By
–
If "coding" means producing a source code representation, then the quote makes some sense as one possibility in the future.
-
text2SQL Challenges: Demo Status Requires Production Readiness Work
By
–
Getting it to work reliably is a challenge too. text2SQL is still much a demo and needs more work to be production ready.
-
Ask to continue from start of last code block using Markdown
By
–
Ask it to start from an earlier point, like "Continue from the start of the last code block." Under the hood everything is Markdown so you can refer to stuff in Markdown terms.
-
Completion Models vs Instruction Fine-Tuning Approaches
By
–
It’s a completion model, not (yet) an instruct fine tuned model so you should formulate your task as a completion task. For instance by writing your prompt as a code comment or docstring.
-

Build Next.js App with Stable Diffusion on Replicate
By
–
Here's how to build a @nextjs app that runs Stable Diffusion with Replicate: https://
replicate.com/docs/get-start
ed/nextjs
… Hopefully it'll make a good starting point for your holiday hacks! -

Iterative Data Extraction with Error Recovery and Restart Logic
By
–
great post! i have a variant of this kind of work that i do often but the "extract" develops over time – run `extract` on a list of items (api calls, google searches) and running it until error, then either iterating from error index or restarting from 0.
-
Ripgrep: The Beauty of Purpose-Built Development Tools
By
–
Something beautiful about the purity of a tool hyperoptimized for its purpose, like how rg (
https://
github.com/BurntSushi/rip
grep
…) is blazingly fast to run & fast to type. -
Machine Learning Project: Low-pass Filter and PCA Analysis
By
–
Full Machine Learning Project — Low-pass Filter & Principal Component Analysis (Part 5.1) #DataScience