Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jamra
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jamra
1y ago
Very nice. Macs have a new containers program. It’s open source on github but not ready for the current MacOS version. Might be an even better approach as it’s made by Apple.
2.
▲
by
jamra
1y ago
I followed his posts internally before he left. He was strict about resource waste. Hand tracking would break constantly and he brought metrics to his posts. His whole point was that Apple has hardware nailed down and it’ll be efficient sof
3.
▲
by
jamra
1y ago
Big fan of her book as well though I don’t know if the recommended tools are still relevant.
4.
▲
by
jamra
1y ago
Opening an animal crossing next to a school in an area where there are many coyotes is a lot different than fingers pinched by doors. But if you’re making the argument that this animal crossing is so important than the occasional child bein
5.
▲
by
jamra
1y ago
No it’s not. I live there and my kids go to school there. I do see many coyotes in our area. Some tagged. Some not. It’s definitely a worry of mine. Edit: I have friends whose dogs were torn apart by packs of coyotes. It’s common in our are
6.
▲
by
jamra
1y ago
An animal crossing built right next to a school. I wonder if the coyotes that will cross will be a threat to the children.
7.
▲
by
jamra
2y ago
The real fear I have is in plausible deniability for filtering and muting discussion, which they do now. Moving it to a NN can always hand wave away the responsibility.
8.
▲
by
jamra
2y ago
You’d be calling libraries that are vetted by the security team. Engineering at Meta is a lot like coloring with crayons. It’s very limiting but the infra does a lot for you.
9.
▲
by
jamra
2y ago
This is great. Do you have any pointers to where those tests are? It’s hard to test the grammar without those. Edit: Never mind. I see it right there under the parser. Thanks!
10.
▲
by
jamra
2y ago
I actually have some experience porting these antlrs over to tree-sitter. I'll give it a shot.
11.
▲
by
jamra
2y ago
Does anyone have a good EBNF notation for Sqlite? I tried to make a tree-sitter grammar, which produces C code and great Rust bindings for it. But they use some lemon parser. Not sure how to read the grammar from that.
12.
▲
by
jamra
2y ago
Link us your eBPF disassembler if you can. Sounds cool.
13.
▲
by
jamra
2y ago
If you use jupyterlite, you're using the same thing. Bento is just the internal Meta version and the only potential benefits is the internal integration.
14.
▲
by
jamra
2y ago
Meta doesn't use git. It uses mercurial. It does fork it because they have a huge monorepo. They created a concept of stacked commits which is a way of not having branches. Each commit is in a stack and then merged into master. Lots of
15.
▲
by
jamra
2y ago
I really wonder why they didn’t choose something like RocksDB for more speed.
16.
▲
by
jamra
2y ago
The author took a tangent so fast and so long into some theater that they didn't ever explain what his problem with AI is. I would love to hear more about it and specifically how Google changed in the last 3 years. I'd like to kno
17.
▲
by
jamra
2y ago
Code generation is very common at Meta. One just needs to create a query or fragment. A fragment can be spread at the root query level using relay so it will do the fetch once. It gets more complex because you can lazily query more data bas
18.
▲
by
jamra
2y ago
The tweet that is linked in the web page is from the former managing editor of Al Jazeera. You can just click on the tweet directly and use Google translate.
19.
▲
by
jamra
3y ago
CRDB is Postgres compliant so the wire protocol and SQL syntax is all Postgres. It should be a 1 to 1.
20.
▲
by
jamra
3y ago
I used Pyodide ( https://pyodide.org/en/stable/ ) as a python execution environment in browser. That was pretty successful. There are also python libraries that let you generate a config which is later made responsi
21.
▲
by
jamra
3y ago
I just built a tree-sitter parser for Presto. Does that count? But it seems like static analysis is more involved than just a parser.
22.
▲
by
jamra
3y ago
Your claim that I was making a baseless accusation is purposefully incorrect. You read the same parent comment suggesting group punishment for an entire people unrelated to the organization in question. I'm not judging you based on my
23.
▲
by
jamra
3y ago
I think you were. But honestly I was curious. I wonder when people defend prejudiced things if they’re doing it knowingly or if it’s a subconscious thing. Defending the collective punishment of Jews who were expelled from Spain for somethin
24.
▲
by
jamra
3y ago
Are you really defending comments suggesting that Jews should be collectively punished? Did you miss that from the original comment? I really hope so. Otherwise you're basically advocating for collective punishment based on peoples rac
25.
▲
by
jamra
3y ago
It looks like a bug in the grammar. I’ll bookmark this and see if I can make time for it later. Probably won’t be able to. I recently build a grammar from scratch so I’m okay at tree sitter
26.
▲
by
jamra
3y ago
Because tree-sitter lexes as it parses, you may have to use an external scanner in order to deal with this kind of stuff. Where are you stuck trying to deal with forward declarations?
27.
▲
by
jamra
3y ago
The part that makes tree-sitter useful for this kind of thing is the error recovery. It's hard to do error recovery correctly. Tree-sitter gives you the ability to continue parsing your code which makes it useful for authoring tools.
28.
▲
by
jamra
3y ago
No I did not. You are using this defense to target Jews more broadly than Israelis. You're being extremely prejudiced and I think you know you're doing it. The gaslighting is part of the message.
29.
▲
by
jamra
3y ago
He wasn't talking about Israel. He was talking about Jews. Are you intentionally not reading what he wrote? I don't understand why this is a hard thing to understand. There is a huge difference between criticizing Israel and advoc
30.
▲
by
jamra
3y ago
In my experience, ActiveX was not what they pushed. They pushed Asp.Net Webforms which used VBScript for the template language. The ViewState monstrosity made it an awful experience. Specifically how it send way more data than needed to and
More ›