Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
d2p
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
d2p
12d ago
Odd that the tool call failure rate is so high (5%) for the OpenAI provider than Azure (0.2-0.5%).
2.
▲
by
d2p
14d ago
> There is a limit of 450,000 tokens per minute. I hit this limit in about 90 seconds I'm confused. If it's 1500t/s, isn't that only 90k per minute? How do you hit a 450k/minute limit?
3.
▲
by
d2p
20d ago
> and use your traffic to (opt in) train you a model. Is there more info on this? I'm curious exactly what it is. Is it fine-tuning/LoRA on some base model? Don't cloud providers encrypt reasoning now - does that prevent t
4.
▲
by
d2p
1mo ago
I have - and it's probably my preferred of all the sandboxes I've tried out. But when it comes with this disclaimer about being Alpha and not to use in production, it makes it seem like you don't think it's ready yet :)
5.
▲
by
d2p
1mo ago
Does this support Linux yet? When I previously looked it did not (the reason being that they were already using VMs on Windows/macOS but not on Linux). Every time I see an announcement I think "great, they must've added Linux
6.
▲
by
d2p
1mo ago
I clicked through and it showed Qwen at the top at 55.4 compared to 55.3 for Opus Max. I have a screenshot. Then I clicked away and back, and now it goes Qwen second, with 58.4, to Opus Max at top with 59.2. I have screenshots of both. The
7.
▲
by
d2p
2mo ago
Looks like the default chat template was updated on HF to enable this by default shortly after you posted this :-)
8.
▲
by
d2p
5mo ago
> A flag called DO_NOT_TRACK sounds like a good idea, but also suggests the default is CONSENT_TO_TRACK=1, and I find that creepy. It could also be used to prevent showing an opt-in notification at all even in software that requires opt-
9.
▲
by
d2p
6y ago
> At best, they're effective at presenting people who don't know they're sick from infecting others. I don't have numbers, but I'm pretty sure the number of people infected by people that didn't know they we
10.
▲
by
d2p
7y ago
> That's not true. How so? Everything I've seen from them, including the Gov't site only say to self-isolate. They said that in the near future they may tell households to isolate, but right now only the person with sympto
11.
▲
by
d2p
7y ago
> browser extension Using browser extensions to block ads is much higher risk than doing DNS blocking. Most ad blockers have full access to all web pages, which essentially means they could trivially scrape your usernames/passwords
12.
▲
by
d2p
7y ago
Reminds me of a bug in PostSharp.. After making some changes our app would throw a NullReferenceException Mondays. It turned out to be a bug in some optimisation, but it only occurred on Monday because they skipped licence checks unlocking
13.
▲
by
d2p
7y ago
Just private repos. When you look at the GH pages section it says "Make this repo public to enable GH Pages" or something. Your existing site still serves, but it doesn't build anymore.
14.
▲
by
d2p
7y ago
> Its not It's not common to rebase? > i will communicate a force push on master to the whole team and will disable protection temporarily Isn't that exactly what this point was about? You have branch protection enabled for
15.
▲
by
d2p
7y ago
Working on a separate branch may still require periodically bringing in changes from master (eg. to resolve conflicts). The options are either a) a merge commit or b) a rebase. A rebase will require a `--force` push. Some people prefer merg
16.
▲
by
d2p
7y ago
It's fairly common to do `git push --force` (or hopefully `--force-with-lease`) after operations like rebasing. This overwrites the remote history, so can easily lose work. Many people set some branches as protected, so they can't
17.
▲
by
d2p
7y ago
I downgraded too, and noticed GitHub Pages stopped working (the content is still there, but they don't rebuild - although they did for a little while after downgrading). It is clearly marked as a Pro feature, I just hadn't conside
18.
▲
by
d2p
7y ago
I posted an answer on SO but may be worth repeating here. The screenshots show "reddit.com" as clear-on-exit and "www.reddit.com" as the owner of the cookie. When adding a site to the clear-on-exist list, the box shows
19.
▲
by
d2p
8y ago
> Because the app is open source, if it was doing anything shady, it would be found out This is a little misleading... Just because there is source code on GitHub does not mean the random APK you're downloading from the internet and
20.
▲
by
d2p
8y ago
Did you use a "maths mistake" in HN to get yourself here? ;-)
21.
▲
by
d2p
8y ago
My colleagues (and probably twitter followers) are always sick of me ranting about stuff like this. A few years ago I decided to compile screenshots I'd posted on twitter in the previous single month : https://blog.dantup.
22.
▲
What’s New in Flutter Beta 3?
(medium.com)
15 points
by
d2p
8y ago
|
0 comments
23.
▲
by
d2p
8y ago
I tend to prefer subscriptions for things where what I'm consuming is somewhat throwaway; so things like TV, films, books (things I'd never want to revisit/rewatch). I don't prefer it for things I might like music though
24.
▲
by
d2p
8y ago
> Every day you are being subsidized by users that don't use adblockers I guess I'm a subsidiser; I don't use an ad blocker (for many reasons). I'm also slightly of the opinion that people using ad-blockers have made
25.
▲
by
d2p
8y ago
> I highly doubt it. I never said it was likely, just possible. And I wouldn't question the incompetence of anyone these days; big companies make questionable decisions all the time ;-)
26.
▲
by
d2p
8y ago
> The biggest hurdle is not price elasticity between getting someone to pay $10 versus $35, it's getting people to pay anything instead of something. I'm not doubting that's tough; but it's significantly easier to g
27.
▲
by
d2p
8y ago
Even if we choose not to have things because they're expensive, it doesn't mean we should not complain about the prices. Companies make changes based on feedback so if there's good evidence that people think something is too
28.
▲
by
d2p
8y ago
Just because a large percentage won't pay doesn't mean that putting the price high will maximise income. It's possible that at $10/month they'd get 5x the signups. That said, increasing prices is hard; reducing is e
29.
▲
by
d2p
8y ago
This is my issue with most subscriptions too. The price has to be set based on the average use, which makes it really expensive for the infrequent user (and ultimately this means less conversions, yet nobody seems to care about this?!). I&#
30.
▲
Flutter: Developer Experience on Google’s React Native Competitor
(matwrites.com)
5 points
by
d2p
9y ago
|
2 comments
More ›