HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yasyfm

no profile record

Submissions

Show HN: Predictive load balancing for Claude accounts

github.com
2 points·by yasyfm·เดือนที่แล้ว·0 comments

Show HN: Slop Cop Claude Code / Cursor Plugin

github.com
2 points·by yasyfm·3 เดือนที่ผ่านมา·0 comments

On LLM Supply Chain Security

musings.yasyf.com
2 points·by yasyfm·3 ปีที่แล้ว·0 comments

Show HN: AntidoteGPT: Securing LLM Supply Chains

musings.yasyf.com
1 points·by yasyfm·3 ปีที่แล้ว·0 comments

AntidoteGPT: Securing LLM Supply Chains

musings.yasyf.com
2 points·by yasyfm·3 ปีที่แล้ว·0 comments

Bringing Go's defer statement to Python

musings.yasyf.com
1 points·by yasyfm·3 ปีที่แล้ว·1 comments

Hybrid embedding vectors with Pinecone and Haystack

musings.yasyf.com
3 points·by yasyfm·3 ปีที่แล้ว·0 comments

Show HN: Self-extracting prompts for GPT-4

musings.yasyf.com
13 points·by yasyfm·3 ปีที่แล้ว·2 comments

Show HN: CompressGPT: Decrease Token Usage by ~70%

musings.yasyf.com
2 points·by yasyfm·3 ปีที่แล้ว·0 comments

Show HN: Intelligent Q&A with GPT-3

summ.readthedocs.io
8 points·by yasyfm·3 ปีที่แล้ว·1 comments

Show HN: GPT-3 Powered Shell

musings.yasyf.com
308 points·by yasyfm·4 ปีที่แล้ว·111 comments

Show HN: Never write a Bash command again (with the help of GPT-3)

musings.yasyf.com
2 points·by yasyfm·4 ปีที่แล้ว·0 comments

Show HN: Rune’s Secret Type Ported to Python

python-secret-type.readthedocs.io
2 points·by yasyfm·4 ปีที่แล้ว·0 comments

A Rune Lang-style `secret` type for Python

github.com
1 points·by yasyfm·4 ปีที่แล้ว·0 comments

Tailscale for DevOps: On-demand access to your Tailscale resources with Sym

tailscale.com
2 points·by yasyfm·4 ปีที่แล้ว·0 comments

A new paradigm for cloud access management

demo.symops.com
15 points·by yasyfm·4 ปีที่แล้ว·6 comments

Amazon confirms it removed RavPower

theverge.com
5 points·by yasyfm·5 ปีที่แล้ว·0 comments

comments

yasyfm
·3 ปีที่แล้ว·discuss
https://musings.yasyf.com/
yasyfm
·4 ปีที่แล้ว·discuss
if you pass `--model=chatgpt` there's experimental support for ChatGPT, but it's suuuper flaky
yasyfm
·4 ปีที่แล้ว·discuss
It worked for the couple basic cases I tried!!
yasyfm
·4 ปีที่แล้ว·discuss
I'm with you most of the time... but there are some commands that refuse to stick in my brain no matter how hard I try, and I get tired of looking them up
yasyfm
·4 ปีที่แล้ว·discuss
I implemented it as a runtime class in Python just to see, seems like you can get a lot of (this benefit) in other languages by doing the same: https://github.com/yasyf/python-secret-type
yasyfm
·4 ปีที่แล้ว·discuss
Really excellent point. The way we try to handle this is by sealing off the part of the system that has any access to customer credentials, and making sure those credential are as minimal as possible (e.g. we can grant and revoke permissions to an existing user, but we cannot create new users or new permissions).
yasyfm
·4 ปีที่แล้ว·discuss
Sorry about that!
yasyfm
·5 ปีที่แล้ว·discuss
This is super cool! Any plans to build out more PR features? I'd love to see a Linear-for-pull-requests product.