Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Mattwmaster58
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Mattwmaster58
28d ago
For reference, Google serves >3 quadrillion/mo. [1] https://x.com/ren_stocks/status/2056946641815396718?s=20
2.
▲
by
Mattwmaster58
3mo ago
They announced it live on stage at their conference, apparently with no accompanying blog post.
3.
▲
by
Mattwmaster58
4mo ago
> but I've seen it happen to the last technically-inclined 500k+ job class that was untouchable by all accounts And what job class was this?
4.
▲
GitHub Copilot is experiencing degraded performance
(githubstatus.com)
3 points
by
Mattwmaster58
4mo ago
|
1 comments
5.
▲
by
Mattwmaster58
4mo ago
The effect appears to be that all recent frontier models are inaccessible. See: https://old.reddit.com/r/GithubCopilot/comments/1toa9tf/mode...
6.
▲
by
Mattwmaster58
5mo ago
For orgs, each user was allotted their own quota. For messages beyond that quota, a pooled budget is available.
7.
▲
by
Mattwmaster58
5mo ago
FYI, these are the multipliers for annual plan. I would hazard a guess most people are not on an annual plan
8.
▲
by
Mattwmaster58
5mo ago
In terms of raw token cost, I've seen a couple providers at (all prices in terms of Mtok) $0.95 input/$0.15 cache input/$5 output vs $3 input/$15 output for sonnet. Task prices of courses will be more interesting - a dum
9.
▲
by
Mattwmaster58
6mo ago
copy/paste doesn't tell you much - here's the text/html content they put on your clipboard if you're curious. Apparently GDocs supports this out of the box, just hides it from the selection box. Which makes sense gi
10.
▲
by
Mattwmaster58
6mo ago
That's exactly where my mind went as soon as I read the title. HN rules say to "use the original title, unless it is misleading". I think the original title meets the misleading bar but I can't speak for other readers.
11.
▲
by
Mattwmaster58
7mo ago
It converts back to paid automatically if you had an existing paid subscription before. No other cases. In any case, this is still a valuable service they are providing for 6mo for free, which many will appreciate even if the goal is to rec
12.
▲
by
Mattwmaster58
7mo ago
I'll second this. I used opencode + opus 4.6 + ghidra to reverse engineer a seedkey generation algorithm[1] from v850 assembly. I gave it the binary, the known address for the generation function, and a set of known inputs/outputs
13.
▲
by
Mattwmaster58
8mo ago
I assume you're talking about 50t/s? My guess is that providers are poorly managing resources. Slow inference is also present on z.ai, eyeballing it the 4.7 flash model was twice as slow as regular 4.7 right now.
14.
▲
by
Mattwmaster58
8mo ago
It's generally very helpful - someone else mentioned here the fundamental problem is lack of a tight feedback loop. It doesn't perfectly replicate the GH environment, but for my use case that doesn't matter and it's supe
15.
▲
by
Mattwmaster58
8mo ago
As far as I know, the HFCS vs Sucrose is unlikely to be the reason for the difference in taste. I'm basing that off this video: https://www.youtube.com/watch?v=NY66qpMFOYo TLDR: carbonic acid breaks down sucrose to glu
16.
▲
by
Mattwmaster58
8mo ago
A couple years back I was looking for this sort of solution and ended up paying money to buy FilterBox which I've found to be good. There are certain apps that I would love to be able to uninstall but have to keep for one reason or ano
17.
▲
by
Mattwmaster58
11mo ago
It's a shame that AI is ruining certain phrases, the "You’re absolutely right" was appropriate but I've been trained reading so many AI responses to roll my eyes at that.
18.
▲
by
Mattwmaster58
11mo ago
This doesn't seem like a realistic threat to me. Under what circumstances are you not pretty much completely pwned if an attacker could start their own processes, or have root access? This sort of seems like saying IF an attacker gets
19.
▲
by
Mattwmaster58
11mo ago
> I once merely mentioned the words “Heart Attack” on a plane and was kicked off by the flight attendants. Well now you have a chance to tell your side - were you merely sitting and just uttered the words "heart attack" for no
20.
▲
by
Mattwmaster58
11mo ago
vx-underground claims to have communication with the group, and this post of theirs adds to the support agent theory: https://xcancel.com/vxunderground/status/1976238815665856646 > they were able to compromise
21.
▲
by
Mattwmaster58
1y ago
> Is that possible? This comes up every time npm install is discussed. Yes, npm install will "ignore" your lockfile and install the latest dependancies it can that satisfy the constraints of your package.json. Yes, you should u
22.
▲
by
Mattwmaster58
1y ago
I've found splitting up my ultrawide into 6x2 cells, then you can use Ctrl+Shift to select every cell your mouse enters additively. I've wanted something like this for linux for a long time but haven't found anything.
23.
▲
by
Mattwmaster58
1y ago
Off the top of my head, you could include your own checksum in the payload. Their code only modifies the address. Nothing would prevent them from reverse engineering checksum, too. There are ways to detect a replaced/proxied global win
24.
▲
by
Mattwmaster58
1y ago
As others have noted, npm install can/will change your lockfile as it installs, and one caveat for the clean-install command they provide is that it is SLOW, since it deletes the entire node_modules directory. Lots of people have compl
25.
▲
by
Mattwmaster58
2y ago
> You can link as many bank, credit card accounts as you want with one SimpleFIN account. The website says "Connect up to 25 institutions and 25 apps"
26.
▲
by
Mattwmaster58
2y ago
interesting, does work for me
27.
▲
by
Mattwmaster58
2y ago
https://archive.is/2zp1e
28.
▲
by
Mattwmaster58
2y ago
It looks like beartype supports the same sort of implicit decoration, because there's mention of an explicit API: >Beartype now implicitly type-checks all annotated classes, callables, and variable assignments across all submodules
29.
▲
by
Mattwmaster58
2y ago
A similar thing happened to me with my Amazon account with a forgotten password. I ended up just creating a new account.
30.
▲
by
Mattwmaster58
2y ago
Is the reason a buck converter is required so that it can increase I? I = V/R, by increasing V we can increase I?
More ›