HN user

parentheses

1,090 karma

https://artisincode.com/essays https://github.com/bigH

Posts56
Comments644
View on HN
news.ycombinator.com 2mo ago

Ask HN: Reading AI Assisted Essays

parentheses
1pts0
artisincode.com 3mo ago

How I Use Unspent Tokens

parentheses
24pts2
artisincode.com 3mo ago

Live Translation, Running in the Browser

parentheses
1pts1
artisincode.com 3mo ago

TranslateGemma Running in the Browser

parentheses
3pts1
artisincode.com 3mo ago

Live Translation, Right in the Browser

parentheses
3pts1
news.ycombinator.com 1y ago

Tell HN: TIL Notion's TOS makes using it for MCP illegal

parentheses
3pts1
news.ycombinator.com 1y ago

Ask HN: What would you do with $1000 in AI credits

parentheses
3pts7
news.ycombinator.com 2y ago

Ask HN: Best thing you've made in CLI

parentheses
28pts20
programmingisterrible.com 2y ago

Devil's Dictionary of Programming (2013)

parentheses
1pts0
faroutmagazine.co.uk 2y ago

Led Zeppelin's famous production glitch

parentheses
2pts0
www.youtube.com 2y ago

Hawking Fellowship Awarded to OpenAI by Way of Sam Altman

parentheses
2pts0
movies.stackexchange.com 2y ago

StackExchange: Movie vs. TV "Look"

parentheses
3pts0
news.ycombinator.com 2y ago

Ask HN: Is HN Dying?

parentheses
13pts15
news.ycombinator.com 2y ago

Ask HN: Suggestion for “Portable” JavaScript Framework

parentheses
2pts0
news.ycombinator.com 3y ago

Ask HN: Being managed out because of asking for parental leave

parentheses
21pts16
news.ycombinator.com 3y ago

Tell HN: Quest 2 Resale is Frictionful

parentheses
1pts0
gamma.app 3y ago

Gamma App – AI powered presentations

parentheses
2pts0
www.psychologytoday.com 3y ago

Men perceive supportive partners (Psychology Today)

parentheses
3pts1
news.ycombinator.com 3y ago

Ask HN: Which Python Type Checker?

parentheses
3pts3
news.ycombinator.com 3y ago

Tell HN: Meditation has 0 Opportunity Cost

parentheses
2pts1
thebrowser.company 3y ago

Notes on Roadtrips

parentheses
1pts0
gekk.info 3y ago

ADHD – A Lifelong Struggle (2020)

parentheses
49pts9
en.wikipedia.org 3y ago

Overton Window

parentheses
2pts0
news.ycombinator.com 3y ago

Ask HN: VC money by round during the downturn?

parentheses
1pts0
news.ycombinator.com 4y ago

Ask HN: Which would you choose for your dev tools?

parentheses
2pts1
news.ycombinator.com 4y ago

Ask HN: Legal Startups

parentheses
1pts0
citeseerx.ist.psu.edu 4y ago

Quick Reference for Common Lisp by Bert Burgemeister (2011)

parentheses
5pts1
news.ycombinator.com 4y ago

Ask HN: How do you test ideas before building?

parentheses
4pts4
news.ycombinator.com 4y ago

Ask HN: CI in 2022

parentheses
20pts13
news.ycombinator.com 4y ago

Ask HN: Suckless Node – does it exist?

parentheses
1pts2

Building a team to operate based on your own personal preferences is selfish leadership... or even dictatorship.

There's a very strong "focus culture" which relies on the idea that work is not done in meetings. This is wrong. Progress comes in many forms.

With AI it feels writing software that is open is less attractive. It's hard to trust OSS made recently b/c you can tell if someone knows what they're doing and even spent any time on quality. Also, often times people don't reach for software others make (unless it's boring and old stuff, in which case this advice doesn't apply.)

I've been poking at running LLMs in the browser. It feels like we're definitely close (<1 year) to seeing real use cases there.

Ubiquity and coverage of devices is what will take longest. Largely dependent on how well we can shrink models with similar performance and how much we can accelerate mobile devices. This feels like it's but further (<3 years?)

Reading only the abstract: LLMs prefer output of their own generation over humans or even other models.

This is a very good reason to avoid using model-generated data to train future models. We'd be deepening this bias by continuing to do that, essentially forcing society to reshape their output using LLMs to increase engagement. This feels like a form of enshittification that doesn't just touch one product but all of society.

I have been pondering this for a while. Cat's out of the bag.

Maybe the better way to author your work is to:

1. Write what you want

2. Loop through a random set of "tumbler" skills that preserve meaning

3. Finally pass the output through a "my style" skill that applies what you about

In order for this to work the "my style" would have to be a very common-place style.

This type of thing requires an economic driver to monetize the service.

I'd have a strong inclination to run such software if I knew that I was both helping host repos and getting paid.

I feel like it's not news that a company with (probably) millions of DAU is not able to handle a single case like this one.

At the same time, it's clear that after this happened, Anthropic took action. 3 DAYS AGO! (https://news.ycombinator.com/item?id=47954655)

That's before this comment was made on the issue:

https://github.com/anthropics/claude-code/issues/53262#issue...

I'm surprised Anthropic didn't also say this on the issue. Weird that they wouldn't. It seems to have made for unnecessary bad PR.

It feels to me that Anthropic is less focused on quality, and more focused on PR stunts/flash. My experience with Claude is always "it's pretty and feels cool", where-as codex feels like "solid and boring". I realize I'm probably biased. Am I alone in this thinking?

Been tinkering on my personal site and wanted to add some AI features without being the one paying for tokens on every visit. So I went looking at how close browser-side inference actually is to practical. Closer than I expected.

The post is less a tutorial and more me walking through what it felt like. Kicking tires on random models, getting one to actually run, then doing the small unglamorous work to turn "demo" into something I'd put in front of a reader.

Related: https://news.ycombinator.com/item?id=47851111

I added live translation to this site, wrote about the weird edges, then made this little playground to mess with them directly. Proper nouns, tags and markdown syntax were always coming through weird, so this helped me investigate.

TranslateGemma was one of the few models I tried. Something interesting I noticed is that each model has a different expectation of interface (fields passed in, naming of those fields and such.)

HN Post of Article:

https://news.ycombinator.com/item?id=47808030

Been tinkering on my personal site and wanted to add some AI features without being the one paying for tokens on every visit. So I went looking at how close browser-side inference actually is to practical. Closer than I expected.

The post is less a tutorial and more me walking through what it felt like. Kicking tires on random models, getting one to actually run, then doing the small unglamorous work to turn "demo" into something I'd put in front of a reader.

I am only trying it out for now. But what I'd love is for things to be quite automatic. I join a zoom, get a prompt "what do you want? record, record+transcribe or record+transcribe+summarize (or use some custom prompt)"

I just downloaded and I'm presented with a seemingly required google login.

I really appreciate that this is free, but I do feel like the privacy-first approach is incompatible with requiring google login.

edit: FWIW, I bought MacWhisper and would buy this if it didn't require the Google login.

Fully agree to this. I find the cost of cloud providers is mostly driven by architecture. If you're cost conscious, cloud architectures need to be up-front designed with this in mind.

Microservices is a killer with cost. For each microservices pod - you're often running a bunch of side cars - datadog, auth, ingress - you pay massive workload separation overhead with orchestration, management, monitoring and ofc complexity

I am just flabbergasted that this is how we operate as a norm in our industry.

I think this is the kind of investigation that AI can really accelerate. I imagine it did. I would love to see someone walk through a challenging investigation assisted by AI.

Prism 6 months ago

This dynamic would create even more gate-keeping using credentials, which is already a problem with academia.

Prism 6 months ago

Totally agree!

I feel like this means that working in any group where individuals compete against each other results in an AI vs AI content generation competition, where the human is stuck verifying/reviewing.

Prism 6 months ago

It feels generally a bit dangerous to use an AI product to work on research when (1) it's free and (2) the company hosting it makes money by shipping productized research

I got some errors trying to run this on my MBP. Claude was able to one-shot a fix.

``` Loaded speech tokenizer from ~/.cache/huggingface/hub/models--Qwen--Qwen3-TTS-12Hz-1.7B-VoiceDesign/snapshots/0e711a1c0aa5aad30654426 e0d11f67716c1211e/speech_tokenizer Fetching 11 files: 0%| | 0/11 [00:00<?, ?it/s]Fetching 11 files: 100%|| 11/11 [00:00<00:00, 125033.45it/s] The tokenizer you are loading from '!/.cache/huggingface/hub/models--Qwen--Qwen3-TTS-12Hz-1.7B-VoiceDesign/snapshots/0e711a1c0aa5aad30654426e0d11f67716c1211e' with an incorrect regex pattern: https://huggingface.co/mistralai/Mistral-Small-3.1-24B-Instr.... This will lead to incorrect tokenization. You should set the `fix_mistral_regex=True` flag when loading this tokenizer to fix this issue. ```