Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rfgplk
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rfgplk
5d ago
Correct, but they should explicitly announce this ahead of time.
2.
▲
by
rfgplk
5d ago
> I have no hard data but I have a strong feeling this morning that something's wrong with Fable 5 compared to Friday evening. Fable is effectively worse than Opus 4.6 now. They severely messed with the model.
3.
▲
by
rfgplk
5d ago
Yep, that's what they've been doing for a long while now. Also the amount of tokens you get per sub varies drastically from month to month. Needs to be regulated.
4.
▲
by
rfgplk
5d ago
Same. The issue with Anthropics models is that (speaking regarding code generation) they REFUSE any kind of comment override instructions. I've tried everything and no matter what, after a few turns, they resort to generating the same
5.
▲
by
rfgplk
7d ago
Marketing has always been the toughest part. Doesn't matter what you invent in private if no one sees it.
6.
▲
by
rfgplk
7d ago
Nice job!
7.
▲
by
rfgplk
8d ago
UB according to the standard committee is "we didn't think of it". It's not literal UB it's well known what it compiles down to, every time. (.loop: jmp .loop)
8.
▲
by
rfgplk
8d ago
It's catastrophic actually. Like disastrously catastrophic. It started with C++20 mostly, and has only kept getting worse from then. See zero initializing variables by default (WHY?) compare/meta including half the STL and HARDCOD
9.
▲
by
rfgplk
8d ago
The language is already littered with these "the compiler shall insert" and then a reference to the STANDARD LIBRARY FEATURE N.X. Which means if you're compiling in a freestanding environment half the time you'll get lin
10.
▲
by
rfgplk
8d ago
This is all publicly available anyways, who cares? Also you're practically consenting to it when you run an agent locally
11.
▲
by
rfgplk
8d ago
Why? Writing a memory allocator is quite simple, and I'd argue that _everyone_ should write one from scratch for any kind of high performance application. It's also trivial to outperform general purpose allocators that have to sat
12.
▲
by
rfgplk
8d ago
> Will these models eventually replace all knowledge work, leaving lawyers, doctors, product managers, software developers, and others out of a job? Effectively yes, in the current forms. Those professions will likely evolve, but the tra
13.
▲
by
rfgplk
9d ago
Dead wrong. Win32 (externally) only seems stable, but internally it changes between Windows releases. Win7 syscalls are completely different from Win11 syscalls, meaning if I want to release a binary _without relying_ on Win32 I need to pro
14.
▲
by
rfgplk
9d ago
> If you're going to make apps in windows, you need to call their proprietary API somehow. Maybe you do it via a wrapper library, or via electron or something. But that's the same thing, just with more indirection. Not even clo
15.
▲
by
rfgplk
9d ago
It's memory/tiling alignment issues + wrong instruction/feaatures.
16.
▲
by
rfgplk
9d ago
Yep, 100%. In fact writing anything GPU co-processor related is nothing like porting CPU code. Sometimes the entire kernel needs to be rewritten outright when switching between GPU gens (of the same vendor). Things like precision et al also
17.
▲
by
rfgplk
10d ago
OpenAI is a better value proposition too because they give you effectively infinite image generation + chat usage, which is separate from work/codex.
18.
▲
by
rfgplk
10d ago
Of the major providers, Codex/Astra. By far the highest quality model, especially for cross-discipline work.
19.
▲
by
rfgplk
12d ago
I suspect this is the future of most businesses. Even today, one person can effectively replicate Microsoft from the early 2000s.
20.
▲
by
rfgplk
12d ago
Yes, but H1B visas apply only for those working IN the US, not remotely.
21.
▲
by
rfgplk
12d ago
H1B visas are only given to US local workers (remote workers don't need them), most of whom will end up working in tech centers (aka high cost of living places).
22.
▲
by
rfgplk
12d ago
Yep. Taking advantage of desperate people from developing countries who think a $90k salary is something extravagant.
23.
▲
by
rfgplk
12d ago
The market is broken because investing in stocks gives the best risk adjusted returns, meaning investors refuse to invest in businesses and would much rather just dump money in equities. Large companies also refuse to devalue their stock (i
24.
▲
by
rfgplk
12d ago
Still continues to be the greatest bubble, of all assets, in all sectors in world history. Under the current velocity of money nearly every company is overvalued at least 10x. What's even funnier the effective cost of replacement of mo
25.
▲
by
rfgplk
12d ago
Meme marketing. I can attest that no one at these companies cares about laws. Not one bit.
26.
▲
by
rfgplk
12d ago
Not really, and even in your example, liberalism is strictly a right-wing ideology. The issue comes down to people using internal biases labeling ideologies according to their own in group biases, ie "left-wing is good and i'm a l
27.
▲
by
rfgplk
13d ago
> What do you all think about Astra now that it's been out for a few weeks? Best model put out so far by any of the frontier labs. Way better than Anthropics models, especially in actual text generation. Claudes fodder heavy text is
28.
▲
by
rfgplk
13d ago
It's possible to do this even with existing frontier models. You just have to angle your prompts such that it doesn't invoke "pentesting" anywhere in it's chain of thought. This also allows you to get the models to
29.
▲
by
rfgplk
13d ago
My general piece of advice to anyone looking to do this is not to even bother. Just strip the hardware package and replace it with an arduino/bb or an equivalent sbc figure out what the motors are and wire it up yourself. Way faster an
30.
▲
by
rfgplk
13d ago
You can use an LLM but you have the provide the spec of the motor and the surrounding hardware apparatus. Not every motor is the same.
More ›