HN user

glamp

387 karma
Posts49
Comments29
View on HN
news.ycombinator.com 8mo ago

Claude Code refused to add rainbows and unicorns to my app

glamp
83pts66
render.com 3y ago

Render – Pricing effective Jan 1 2023

glamp
2pts0
en.wikipedia.org 4y ago

Silbo Gomero

glamp
2pts0
www.userbugreport.com 5y ago

Bug Report Templates for the 11 Most Popular Issue Trackers

glamp
1pts0
www.userbugreport.com 5y ago

A Custom N-Gram Filter for Material-UI Autocomplete

glamp
1pts0
www.userbugreport.com 5y ago

Intro to the Resource Timing API

glamp
2pts0
en.wikipedia.org 7y ago

Flemish Giant Rabbit

glamp
3pts0
en.wikipedia.org 7y ago

Operation Tracer

glamp
1pts0
news.ycombinator.com 7y ago

Ask HN: What are the rules around changing licenses of forked project?

glamp
4pts2
www.amazon.com 8y ago

AWS DeepLens – Deep learning enabled video camera for developers

glamp
2pts0
www.ecohelmet.com 9y ago

EcoHelmet – A folding, recyclable helmet for bike share

glamp
2pts0
www.yhathq.com 10y ago

Rodeo 1.0: A Python IDE on Your Desktop

glamp
8pts0
en.wikipedia.org 10y ago

Project Habakkuk

glamp
18pts0
ideas.lego.com 11y ago

Lovelace and Babbage Legos

glamp
3pts1
techcrunch.com 11y ago

YC Grad Yhat (YC W15) Scores $1.5M in Second Seed Round

glamp
1pts0
en.wikipedia.org 11y ago

Timothy (tortoise)

glamp
2pts0
techcrunch.com 11y ago

Yhat (YC W15) Gives Data Science Teams a Head Start

glamp
9pts3
blog.yhathq.com 11y ago

11 Python Libraries You Might Not Know

glamp
9pts0
en.wikipedia.org 11y ago

Erdős number

glamp
3pts0
blog.yhathq.com 11y ago

Scraping and Analyzing Baseball Data with R

glamp
4pts0
blog.yhathq.com 11y ago

Reducing your R memory footprint by 7000x

glamp
3pts0
blog.yhathq.com 11y ago

Naive Bayes in Python

glamp
4pts0
blog.yhathq.com 11y ago

How Yhat Does Cloud Balancing

glamp
4pts0
blog.yhathq.com 11y ago

Introducing db.py

glamp
11pts0
blog.yhathq.com 11y ago

Using data science to build better products

glamp
5pts0
blog.yhathq.com 11y ago

Analysing your e-commerce funnel with R

glamp
5pts0
blog.yhathq.com 12y ago

Yhat Meets Go

glamp
2pts0
blog.yhathq.com 12y ago

Neural networks and a dive into Julia

glamp
64pts19
twitter-tagger.yhathq.com 12y ago

Show HN: nlp on Twitter streaming API

glamp
1pts0
www.yaksis.com 12y ago

Vowpal_wabbit: the redis of the data science community

glamp
2pts0

Hey Boris,

I couldn't agree more. And using Plan mode was a major breakthrough for me. Speaking of Plan Mode...

I was previously using it repeatedly in sessions (and was getting great results). The most recent major release introduced this bug where it keeps referring back to the first plan you made in a session even when you're planning something else (https://github.com/anthropics/claude-code/issues/12505).

I find this bug incredibly confusing. Am I using Plan Mode in a really strange way? Because for me this is a showstopper bug–my core workflow is broken. I assume I'm using Claude Code abnormally otherwise this bug would be a bigger issue.

I’ve migrated 2 apps from Heroku to Render and both worked on my first push. One was node.js job, other was React SPA + Postgrest.

They also have $10K in credits for Atlas companies (and some other programs as well, though not personally using them so don’t know the details).

I’ve been working on a site/app that displays river flows. This is something that is important for fly fishing (helps determine which flies to use, where to fish, etc.)

My goal is to keep the OPEX as low as possible and not charge for it or run ads. Currently running using a combo of Vercel and GitHub Actions for $0 / month.

https://riverreports.com

On the grid there are lots of different types of producers (solar, diesel, wind, nuclear, etc.). Each has its strengths/weaknesses. A big weakness of nuclear plants is that it's very expensive to turn them off. So much so that when electricity demand temporarily goes down (and with it prices), it is actually more profitable for them to continue keep the plant running but pay someone to offset their excess production.

There are people that arbitrage this--moving water up a hill is actually how many of them do it.

This stuff is really confusing. My brother trades electricity and has explained it to me numerous times and it's still a little fuzzy.

Good question. We support R and Python right now, however we're planning to extend support to other languages in the future. We've found that while PMML sounds good in theory, ta tough to use in the real world (esp. With data transformations).

Ggplot2 for python 13 years ago

it's on the todo list. i was hesitant to put all of them in the dependencies list since not all are pip installable (all of the time)