Viewing profile — tommy_axle
tommy_axle
HN member- Joined
- Tue, Apr 25, 2023, 11:36 PM UTC
- HN karma
- 132
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About tommy_axle
No profile information was provided.
Recent public activity
-
comment
Comment #49100489
Although the timing was suspicious it looks like they might be correct about the price. namecheap has the same price https://www.namecheap.com/domains/registration/results/?doma...…
-
comment
Comment #48719045
It wouldn't be a first: https://en.wikipedia.org/wiki/DRAM_price_fixing_scandal
-
comment
Comment #48601969
Yes, definitely the official directory for apps/connectors where possible, which security and vetting is a priority. It's similar in some ways to how it was/is with mobile where yo…
-
comment
Comment #48401273
Vite is great and vite 8 was a huge speed-up so definitely a nice win for them. Remaining independent is always great but at the same time there are other "new homes" that could be…
-
comment
Comment #48069311
https://news.ycombinator.com/item?id=48053623
-
comment
Comment #48012657
If self-hosting the runners too then it's doable. Not 100% sure for Forgejo but with Gitea and act_runner it's possible and pretty economical if you have an extra mac mini.
-
comment
Comment #48001491
Map to "jj" and call it a day since your finger is already on the home row Also ctrl + [ is standard terminal/ascii for esc so that might be a bit more ergonomic than reaching for …
-
comment
Comment #47962537
Go version came in handy https://github.com/badsectorlabs/copyfail-go especially for systems without the very latest python (os.slice) Slightly more readable Python version at http…
-
comment
Comment #47962424
Could be worse (we'll see) as this could be a wild ride along with react2shell or some of the compromised packages as of late.
-
comment
Comment #47872146
I wouldn't go that far. Right tool for the job as always. Axios offers a lot over fetch for all but the simplest use cases plus you get to take advantage of the ecosystem. Need off…
-
comment
Comment #47796677
OpenClaw acquisition at work.
-
comment
Comment #47794830
Pick a decent quant (4-6KM) then use llama-fit-params and try it yourself to see if it's giving you what you need.
-
comment
Comment #47535592
Nah, prepending will lead to a messier diff than the parent example.
-
comment
Comment #47367961
I'm guessing this is also calculating based on the full context size that the model supports but depending on your use case it will be misleading. Even on a small consumer card wit…
-
comment
Comment #47172197
More like redux vs zustand. Picking zustand was one of the good standout picks for me.
-
comment
Comment #47018226
With all the buzz about orchestrating in the age of CLI agents there doesn't seem to be much talk about vim + tmux with send-keys (a blessing). You can run as many windows and pane…
- story
-
comment
Comment #47003480
If doing it directly fails (not surprising) wouldn't the next thing (maybe the first thing) to do was to have AI write a codemod to do what needed to be done then apply the codemod…
-
comment
Comment #46970250
so like GraphQL?
-
comment
Comment #46604183
My guess is business (if they are doing well on the platform)
-
comment
Comment #46378343
I see a service like this as being in the ip lookup API category (like ipinfo.io) but I wanted to mention that for this (and IP lookup, captcha etc) I would expect that if the serv…
-
comment
Comment #46377670
Ok so taylorswift is reserved but taylor_swift and realtaylorswift can be used? It seems like impersonation would still be a problem.
-
comment
Comment #45982040
An aside: it looks like there is a certificate error for https://certkit.com/ as it's for *.mscertkit.com (this was on Chromium + Linux)
-
comment
Comment #45937457
You want it to be as close to deterministic as possible to reduce the risk of the LLM doing something crazy like deleting a feature or functionality. Sure, the idea is for reviews …
-
comment
Comment #45814640
Technically writing calls is also taking the downside.