HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chrismustcode

no profile record

Submissions

GitHub/spec-kit – Toolkit to help you get started with Spec-Driven Development

github.com
7 points·by chrismustcode·vor 10 Monaten·1 comments

comments

chrismustcode
·letzten Monat·discuss
You don't consider Input $0.435 Output $0.87 cache read $0.003625 per million tokens for near frontier intelligence cheap?
chrismustcode
·letzten Monat·discuss
I once got told for an internal promotion I couldn't put anything regarding my current role, responsibilities and achievements in the role. I got told to put any volunteering or previous.

Reason given was it's what is expected at work everything you do in your role, you need to show above and beyond.
chrismustcode
·vor 3 Monaten·discuss
If they can block IPs of cloudflare what extra mechanisms would be needed to block VPN IPs?
chrismustcode
·vor 3 Monaten·discuss
Is aider even a thing considered anymore?

It was pretty much first for CLI agents and had a benchmark that was the go to at the start of LLM coding. Now the benchmark doesn't get updated and aider never gets a mention in talking about CLI tools till now.
chrismustcode
·vor 3 Monaten·discuss
5 days ago OpenAI raised $122b and 26' Q1 recorded the largest amount of startup funding in a Q ever.

I wouldn't say it's drying.

https://x.com/OpenAI/status/2039085161971896807

https://techcrunch.com/2026/04/01/startup-funding-shatters-a...
chrismustcode
·vor 3 Monaten·discuss
I'm on sky in the UK which is marked as not safe due to no RPKI.

It's not on the list so imagine there is a fair few missing, would be neat to have a table you could filter by country, provider type (cloud/isp etc) based on real results from users.

edit: there's a show all button to expand the table
chrismustcode
·vor 7 Monaten·discuss
This isn’t accurate even for API prices for a request/response.

Go on something like openrouter with gpt 5.1 and use the chat then check the billing and you’ll see an average joe query is like 0.00102 or something.

You’re quoting figures from articles for initial ChatGPT release in 2022
chrismustcode
·vor 9 Monaten·discuss
They were failing as an online IDE for several years then growth shot up after the AI pivot.
chrismustcode
·vor 9 Monaten·discuss
Couldn’t they just send some hardware down Texas to co-locate there (presuming specialist hardware) and add another deployment target for their software? Would it be that hard?
chrismustcode
·vor 9 Monaten·discuss
I thought they use GPU for learning and TPU for inference, I’m open to been corrected.
chrismustcode
·vor 10 Monaten·discuss
I’ve never had an experience in any house or office where there’s been enough sockets to leave everything plugged.
chrismustcode
·vor 11 Monaten·discuss
I honestly find in go it’s easier and less code to just write whatever feature you’re trying to implement than use a package a lot of the time.

Compared to typescript where it’s a package + code to use said package which always was more loc than anything comparative I have done in golang.