Readit News logoReadit News
onedognight commented on Factory-built housing hasn't taken off in California   latimes.com/california/st... · Posted by u/PaulHoule
crooked-v · 21 days ago
Repealing Prop 13 would be good, but wouldn't fix the core problem, which is that CA (and most of the US) is literally decades behind on building sufficient housing units for population growth because of self-inflicted zoning and permitting problems. California isn't unique in this, Prop 13 just makes it even more painful because old people hang onto houses that are too big for them and so constrain the already-limited supply more.
onedognight · 21 days ago
Prop 13 isn’t the reason old people hang on to their property. You can downgrade and maintain your Prop 13 tax advantage.
onedognight commented on Show HN: A small, simple music theory library in C99   github.com/thelowsunovert... · Posted by u/lowsun
jcalvinowens · 24 days ago
Requiring C23 for a library header is a great way to guarantee nobody will use your code for long time.

I still write nearly ANSI compliant C for simple embedded things. Because somebody might need to figure out how to rebuild it in twenty years, and making that person's life harder for some syntactic sugar isn't worth it.

Even C99 can be a problem: for example, C99 designated initializers are not supported in C++. If your header needs to support C++ you can't use them (C++ forces you to initialize every field in the structure in order if you do it that way).

onedognight · 23 days ago
> C99 designated initializers are not supported in C++.

They are, finally, part of C++20.

onedognight commented on There is an AI code review bubble   greptile.com/blog/ai-code... · Posted by u/dakshgupta
dakshgupta · 2 months ago
I agree that none perform _super_ well.

I would argue they go far beyond linters now, which was perhaps not true even nine months ago.

To the degree you consider this to be evidence, in the last 7 days, the authors of a PR has replied to a Greptile comment with "great catch", "good catch", etc. 9,078 times.

onedognight · 2 months ago
I fully agree. Claude’s review comments have been 50% useful, which is great. For comparison I have almost never found a useful TeamScale comment (classic static analyzer). Even more important, half of Claude’s good finds are orthogonal to those found by other human reviewers on our team. I.e. it points out things human reviewers miss consistently and v.v.
onedognight commented on Flux 2 Klein pure C inference   github.com/antirez/flux2.... · Posted by u/antirez
ukuina · 2 months ago
Doesn't it lose prompts prior to the latest compaction?
onedognight · 2 months ago
It’s loses them in the current context (say 200k tokens), not in its SQLite history db (limited by your local storage).
onedognight commented on     · Posted by u/MarkusAllen
onedognight · 2 months ago
For this model to be convincing, you would need to explain the motivation for the pension funds loaning the 90% that then goes to zero. They are repeat investors after all. As are the PE firms.

Are they getting kickbacks? That would be straight up illegal, but it would make the most sense.

onedognight commented on A 'Holy Grail' Sleep Apnea Pill Could Be on the Market Next Year   forbes.com/sites/amyfeldm... · Posted by u/cebert
nubinetwork · 2 months ago
> (CPAP machines) it’s hated by most everyone who has to use it. Many people with sleep apnea refuse to try it or won’t even get diagnosed for fear they may have to.

After knowing I've had sleep apnea for the past 10 years, I actually want the damn machine... I'm sick of having to sleep 3-4 times a day and still feeling like trash.

onedognight · 2 months ago
The machine (AirSense 11) has been a god send for me. I can’t believe I waited so long. I haven’t slept a night without it since my first. I haven’t had to tweak any settings. It’s just worked. Sure it’s annoying to travel with, and you look odd while wearing it, but deep sleep is so worth it.
onedognight commented on Pg_ClickHouse: A Postgres extension for querying ClickHouse   clickhouse.com/blog/intro... · Posted by u/spathak
onedognight · 3 months ago
The name of the project is a reference to P. G. Wodehouse[0] for those unaware.

[0] https://www.gutenberg.org/ebooks/author/783

onedognight commented on Rust in the kernel is no longer experimental   lwn.net/Articles/1049831/... · Posted by u/rascul
arilotter · 3 months ago
This title is moderately clickbait-y and comes with a subtle implication that Rust might be getting removed from the kernel. IMO it should be changed to "Rust in the kernel is no longer experimental"
onedognight · 3 months ago
It’s a bit clickbait-y, but the article is short, to the point, and frankly satisfying. If there is such a thing as good clickbait, then this might be it. Impressive work!
onedognight commented on KJS: A Complete Formal Semantics of JavaScript   github.com/kframework/jav... · Posted by u/andsoitis
onedognight · 3 months ago
This is a great result[0]:

> we found that there are 17 semantic rules in the core semantics which are not covered by the [ECMAScript Conformance Test Suite]

> we succeeded to manually write test programs that hit 11 out of 17 behaviors

> the remaining 6 semantic behaviors are infeasible, that is, they represent flaws in the language standard itself

[0] https://github.com/kframework/javascript-semantics/blob/mast...

u/onedognight

KarmaCake day2344March 17, 2009View Original