djangelic | 1 year ago | on: I Added SVG Maps to My Travel Posts
djangelic's comments
djangelic | 1 year ago | on: The Canary
djangelic | 1 year ago | on: An NFC movie library for my kids
djangelic | 1 year ago | on: James Earl Jones, Actor Whose Voice Could Menace or Melt, Dies at 93
djangelic | 1 year ago | on: Show HN: What do your GitHub starred repos say about you?
Well, well, well. Looks like we've got a Cyber Security Engineer with a passion for open-source projects. Or should I say, a passion for following other people's open-source projects? With 0 followers on GitHub, it's clear you're a bit of a lone wolf. But hey, at least you've got your eyes on some cool repos! I mean, who wouldn't want to automate their workflows with n8n or transcribe audio with vibe? It's like you're trying to make the world a better place, one GitHub follow at a time. Keep on following, and maybe one day you'll have a whole squad of followers. Until then, keep on coding, and try not to get too lonely in that GitHub void.
djangelic | 1 year ago | on: An NFC movie library for my kids
djangelic | 2 years ago | on: I'm skeptical of low-code
djangelic | 2 years ago | on: Raindrop.io: cross-platform, collaborative bookmark manager
djangelic | 2 years ago | on: FTC investigating Adobe over making it too hard to cancel subscriptions
djangelic | 2 years ago | on: The economics of all-you-can-eat buffets (2020)
djangelic | 2 years ago | on: Show HN: Dropbase – Build internal web apps with just Python
djangelic | 2 years ago | on: Snowden leak: Cavium networking hardware may contain NSA backdoor
djangelic | 2 years ago | on: Amazon Honeycode Shutting Down
It also helped me better understand the chatgpt API. N8n allows you to code in raw javascript or python which has allowed me to branch out to pure python.
I would say that no-code low code has a place as a stepping stone, that can allow other invested parties besides developers to manage inter departmental flow and build a blueprint that can be redone with actual engineers in the preferred manner.
djangelic | 2 years ago | on: Study: Inflammation drives social media use
djangelic | 2 years ago | on: MetaGPT: Meta Programming for Multi-Agent Collaborative Framework
djangelic | 2 years ago | on: What Is Happening with ChatGPT?
djangelic | 2 years ago | on: What Is Happening with ChatGPT?
I still get value, but I have to give it the documentation I want it to focus on during the prompt, instead of referencing it earlier in the conversation.
This makes me think they are lowering it's ability to store context so that the calls don't cost as much to make.
djangelic | 2 years ago | on: MetaGPT: Meta Programming for Multi-Agent Collaborative Framework
I see it as a matter of attention. GPT-4 is limited in the number of tokens you can feed it and receive back from it. I see this as how much attention the LLM can give you. I see meta-gpt and other models like this as increasing the attention of the LLM by allowing it combine it's short attention span with multiple assessments of the request, and give you a more complete picture of what you want because it can keep giving it consistent attention to the problem at hand, instead of simply trying to solve it on the first try.
Someone please correct me if I'm way off, but this simple mental model helps me abstract this.
djangelic | 2 years ago | on: LK-99 is an online sensation but replication efforts fall short
djangelic | 2 years ago | on: ChatGPT leaks answers to others queries when you prompt with a specific pattern
I tried it via api two ways, both via system message and no user message and one with the word rewrite at the beginning and one without. Both gave similar long mishmashed outputs that seemed like a hallucination.