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.
HN user
jamra
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 software that will be the differentiator. The bloat at Meta was the result of empire building.
Big fan of her book as well though I don’t know if the recommended tools are still relevant.
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 being killed by animals is as trivial as fingers being pinched by doors, I know all I need to know about you.
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 area. I really do fear that this will cause incidents.
An animal crossing built right next to a school. I wonder if the coyotes that will cross will be a threat to the children.
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.
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.
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!
I actually have some experience porting these antlrs over to tree-sitter. I'll give it a shot.
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.
Link us your eBPF disassembler if you can. Sounds cool.
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.
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 things built for scaling.
I really wonder why they didn’t choose something like RocksDB for more speed.
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 know what the outlook was 3 years ago and how it drifted.
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 based on parameters you pass into GQL. It feels like magic and is really annoying imo.
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.
CRDB is Postgres compliant so the wire protocol and SQL syntax is all Postgres. It should be a 1 to 1.
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 responsive via a JS library. Pyodide runs in wasm.
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.
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 non existent powers of telepathy, I'm judging you for your actions because you were sticking up for prejudiced statements. Your accusation that I was creating a straw man by conflating the advocacy of group punishment to the Jewish people by the Spanish government with antisemitism is wrong. That original comment was plainly and purposely in fact antisemitic. If you really are earnestly trying to be some sort of drive by moderator of debate, you're incorrectly applying it here. It is absolutely okay to "screech" antisemitism where it exists. The original comment was a clear demonstration of vile hatred against the Jewish people and I'm sure you were able to perceive that as well. But I guess you'll continue to evade, deny, and accuse your way out of owning your own behavior. In my personal life experience, I've come across many layers of prejudiced people. Some folks blatantly and openly spout racism. Others don't want to put quotable statements out there so they just sort of offer general support to the hateful folks without directly addressing the hateful statements as if they accidentally missed them. It's usually something about the rules or etiquette. What's the right way to call out racism? Do you suggest a more appropriate alternative? Or are you still suggesting that the racism in this case was a figment of my own imagination?
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 something a company did is a pretty wild leap. My comment was my attempt at pointing out the collective punishment of Jews, which was my issue with the OP. I don’t buy your argument that you’re somehow defending proper debate etiquette. The grandparent comment was very openly racist.
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 race.
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
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?
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.
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.
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 advocating for collective punishment of Jews. OP was doing the latter.
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 from the server on each request. I shiver when I think of it.