Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
czardoz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
czardoz
7mo ago
Exactly. OpenClaw is good, but expects the model to behave in a certain way, and I've found that the local options aren't smart enough to keep up. That being said, my gut says that it should be possible to go quite far with a harn
2.
▲
by
czardoz
7mo ago
Really looking for a minimal assistant that works with _locally hosted models_. Are there any options?
3.
▲
by
czardoz
3y ago
If this stack is heavily skewed towards numerical computations, Cinder might require a lot of tuning to be effective.
4.
▲
by
czardoz
3y ago
It has some elements of WSGI, but has expanded into its own thing which supports asyncio (this happened before ASGI was a thing).
5.
▲
by
czardoz
3y ago
I'd love to see lazy imports become part of the upstream at some point.
6.
▲
by
czardoz
3y ago
Cinder's feature set is highly optimized for IO bound web services that run under a forked-worker model. For example: you start a main process, warm it up with a few requests, run the JIT compiler and then fork off worker processes to
7.
▲
by
czardoz
3y ago
I worked on Cinder, and on the web server. Happy to answer technical questions if any :)
8.
▲
by
czardoz
4y ago
I'm always surprised when patterns like this actually work. But they do!
9.
▲
by
czardoz
4y ago
This article captures a lot of the rationale behind why we're building Static Python within Cinder: https://github.com/facebookincubator/cinder#static-python
10.
▲
by
czardoz
5y ago
One minor clarification here: Cinder[1] is actually 100% compatible with C extensions (by virtue of being a fork of CPython). [1]: https://github.com/facebookincubator/cinder
11.
▲
by
czardoz
5y ago
I've moved to Zoho mail. It's $1/month for a single user, which seems to be well worth it. The catch is, it's not possible to _send_ from Zoho without creating additional users (which has a cost).
12.
▲
by
czardoz
5y ago
Can you elaborate on what you mean by "skip" Cython compilation on dev builds? How would you then test changes to Cython code?
13.
▲
by
czardoz
5y ago
Unlike RPython, Static Python in cinder is not really a subset of Python, it can compile everything (although it will throw compile time errors if it sees mismatched types). If it cannot determine type information, it just assumes the type
14.
▲
by
czardoz
5y ago
> Why is “developers might have to interact with it” some kind of non-starter, as though having a compile phase is a worse evil than a hyper-slow language? For big monoliths (like ours at IG), the server start-up can take more than 10sec
15.
▲
by
czardoz
5y ago
> Well, the compilation step is alredy present in current py -> pyc phase Yes, but developers don't have to ever interact with it. > Also, look at how cython work Cython works by adding a separate build step. Changing a Cython
16.
▲
by
czardoz
5y ago
> So much stuff just from the readme would introduce breaking changes to the Python ecosystem. Being compatible with the rest of the Python ecosystem is the main reason why Cinder is built on top of CPython. Although yes, some features
17.
▲
by
czardoz
5y ago
Here's some good documentation about v8's JIT: https://github.com/thlorenz/v8-perf/blob/master/compiler.md Note: Never worked on v8, just liked the information here.
18.
▲
by
czardoz
5y ago
Yes, Static Python especially relies heavily on strict modules, since they enable us to perform module-local analysis, which enables some cool optimizations.
19.
▲
by
czardoz
6y ago
There's nothing wrong with gotos in compiled code. At the end of the day, machine code is really just a bunch of gotos with other instructions in between. The reason goto is considered bad is that it can make code hard to follow for hu
20.
▲
by
czardoz
6y ago
> Why do I need methods to have underscores in 2021, but classes to use camel case? Why do my lines of code need to fit on a punched card invented decades before the language was invented? Why does the idiomatic "one true way"
21.
▲
by
czardoz
6y ago
No, look up "pip"
22.
▲
by
czardoz
6y ago
I guess that depends on how you define "space"
23.
▲
by
czardoz
6y ago
> Google pays a trivial amount of tax here. Google provides a lot of value with their free products too. Aren't you discounting that?
24.
▲
by
czardoz
6y ago
That's completely tangential to the discussion. No one's trying to figure out who to blame for spreading the virus. The point I was trying to make was, restrictions on personal freedom are reasonable in this case to keep the broad
25.
▲
by
czardoz
6y ago
You're talking about this as if a "calculated risk" is limited to that individual, but it's not. Someone's "calculated risk" is literally death knell for others. In this case, the health of the society as
26.
▲
by
czardoz
6y ago
What's ”VA space”?
27.
▲
by
czardoz
7y ago
What's your point? Are you saying that TikTok having these guidelines is okay? (I work at IG, but not on Explore)
28.
▲
by
czardoz
7y ago
> So the stated reason for the change doesn't appear to make sense, suggesting that something else is going on. That's unsubstantiated and dilutes the discussion IMO. If you read the post, the proposal outlines a bunch of good
29.
▲
by
czardoz
7y ago
I got this too.
30.
▲
by
czardoz
7y ago
> Apple has a 1-week (or is it 2 weeks?) unconditional return policy. It actually disservices them to announce it after since they may now get a bunch of open box returns. Yeah, but how many people are actually going to go through the ha
More ›