HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aluxian

no profile record

Submissions

Everyone gets faster writes: We turned off FPW's in Neon [PostgreSQL]

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

Connect Claude to your own apps

aluxian.com
14 points·by aluxian·ปีที่แล้ว·1 comments

Claude Code does our releases now

aluxian.com
69 points·by aluxian·ปีที่แล้ว·78 comments

Become a Mac keyboard ninja with Raycast

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

Brain fog (it's much worse than you think)

louisarge.com
5 points·by aluxian·2 ปีที่แล้ว·0 comments

Nurosym sends patented electrical signals to the brain via the vagus nerve

nurosym.com
3 points·by aluxian·2 ปีที่แล้ว·0 comments

AI that can have full 10-40 minute phone calls that sound like a real human

air.ai
2 points·by aluxian·3 ปีที่แล้ว·1 comments

Multilingual AI Copywriter for Free

molin.ai
2 points·by aluxian·3 ปีที่แล้ว·1 comments

Superblocks – Programmable internal tooling platform for developers

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

To Neovim, or Not to Neovim

rwx.gg
1 points·by aluxian·4 ปีที่แล้ว·1 comments

The Imperfectionist: Too many needles

oliverburkeman.com
2 points·by aluxian·4 ปีที่แล้ว·1 comments

Bell-Curve Opinions on Engineering

matt-rickard.com
3 points·by aluxian·4 ปีที่แล้ว·0 comments

This website is killing the planet

visitmy.website
2 points·by aluxian·4 ปีที่แล้ว·1 comments

Apple Reneged on OCSP Privacy

lapcatsoftware.com
65 points·by aluxian·4 ปีที่แล้ว·7 comments

Msoap/tcg: TCG – terminal cell graphics library

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

comments

aluxian
·2 ปีที่แล้ว·discuss
Thought the same. Ollama has a JSON mode, it's the closest I got to using it for function calling:

  brew install ollama
  brew services start ollama
  curl http://localhost:11434/api/generate -d '{
    "model": "phi:2.7b-chat-v2-q5_K_M",
    "prompt": "Generate a JSON object that models a list of products",
    "raw": true, "format": "json",
    "stream": false
  }' | jq
If you want to keep in touch / share intel: linkedin.com /in/ aluxian or `me` at my username dot com
aluxian
·3 ปีที่แล้ว·discuss
Does anyone know the tech behind this?
aluxian
·3 ปีที่แล้ว·discuss
Molin is a multilingual, localized AI copywriter that understands and writes in 10 languages with seamless cross-language operations. Molin offers an unlimited free plan, making it more affordable than most AI tools.
aluxian
·4 ปีที่แล้ว·discuss
Any reasons why you picked Postmark instead of SES?

We currently use Postmark but are considering switching to SES to save on costs.