Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
returningfory2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
301.
▲
by
returningfory2
3y ago
There's one small part of the article that IMO is sort of key to understanding the why: > [for every account] we keep two separate strictly positive integer amounts: one for debits and another for credits It is not sufficient that t
302.
▲
by
returningfory2
3y ago
I'm not sure what you mean by "dynamic scoring" here - maybe you mean a points based immigration system? The article is not about this. It's about how Congress scores legislation based on its economic impact, and is advo
303.
▲
by
returningfory2
3y ago
Right right, but I wonder if there is some weird edge case where some Java program relies on threads being real OS threads...like, for sure Java threads being OS threads is an observable feature of a running Java program (you can see it in
304.
▲
by
returningfory2
3y ago
> Asylum seekers and refugees are U.S. persons under current law. Just a nit: there is a difference between an asylum seeker (someone who has made an application for asylum) and an asylee (someone whose application for asylum has been ap
305.
▲
by
returningfory2
3y ago
Can you just use green threads (goroutines) from the get-go? Or, by Hyrum's law, is the fact that legacy Java threads are really OS threads part of Java's de facto public API?
306.
▲
by
returningfory2
3y ago
An asylee is someone whose application for asylum has been approved. The hack in which you cross the border illegally and then apply for asylum does get you a work permit, but won't get you one of these jobs.
307.
▲
by
returningfory2
3y ago
By the way, SpaceX's updated job descriptions are consistent with this interpretation. They now say: "To conform to U.S. Government export regulations, applicant must be a (i) U.S. citizen or national, (ii) U.S. lawful, permanent
308.
▲
by
returningfory2
3y ago
> This is perhaps pedantically, but not practically correct. I think it is practically correct though, if you look at what the DOJ is specifically claiming. They are not claiming that every foreign person is exempt from export control re
309.
▲
by
returningfory2
3y ago
Thanks! That makes a lot of sense. My original point wasn't really about the inbound/outbound distinction. It was that these companies can claim they're based on open source, but then N years down the line pull the rug out fr
310.
▲
by
returningfory2
3y ago
Passing in a map would require an extra allocation for the map memory for each log line. I think the performance would probably not be great?
311.
▲
by
returningfory2
3y ago
> Open source is about the license out Could you clarify what you mean here? Is "out" a typo?
312.
▲
by
returningfory2
3y ago
In light of Terraform/HashiCorp's license change recently, how "open source" should we consider companies like this? Currently their GitHub repo is licensed under an open-source Mozilla license [1]. But contributors also
313.
▲
by
returningfory2
3y ago
The question of whether renting or buying is more financially beneficial is highly complex, and certainly it is not always the case that buying is better. Additionally, there are non-financial reasons why some people prefer to rent. So IMO
314.
▲
by
returningfory2
3y ago
This has been my experience on the hiring side too. Nowadays almost all resumes have a link to GitHub, but 80%+ of the time the accounts have been dead for months/years. My favorite was a candidate whose GitHub was totally empty - they
315.
▲
by
returningfory2
3y ago
If the array is fully in L1 cache, isn't the cost of the branch mis-predict much greater than the memory fetches?
316.
▲
by
returningfory2
3y ago
I remember when searching for jobs in the last year of my PhD I was confused about why it was going nowhere even though everyone had told me it would be easy. I then had this huge realization that the only people who had said it would be ea
317.
▲
by
returningfory2
3y ago
I fully agree. A math PhD without any practical skills (programming, ML, etc.) isn't that useful for the jobs market. When I mentioned hubris is my parent comment, I was kind of referring to this: the sense among PhD students was that
318.
▲
by
returningfory2
3y ago
> Because of ethical reasons I want to stay as far away as possible from anything that is insurance, finance or crypto related. I'm not really interested in AI and/or machine learning either. I think you might be internally ove
319.
▲
by
returningfory2
3y ago
In my opinion you weren't at fault here. Production systems should be designed so that one person can't inadvertently destroy things.
320.
▲
by
returningfory2
3y ago
Immigration reform can't be passed through the Senate's special budget procedures (this is what the parliamentarian blocked) and thus will require 60 votes to pass. Partly for this reason I don't think we'll get immigrat
321.
▲
by
returningfory2
3y ago
For up to one year after you graduate you're eligible to get a one year J-1 visa to work in the US [1]. However it will be quite tricky to find another way to get work-authorized when the J-1 is over. So I don't really see this as
322.
▲
by
returningfory2
3y ago
I'll give you some concrete examples: - During the Trump administration, the number of RFEs (request for evidence, often step 1 of denying a petition) for H-1B petitions increased significantly. I'm reading that 40% of H1Bs were R
323.
▲
by
returningfory2
3y ago
The article indirectly references the company Masienda ( https://masienda.com ). A lot of the restaurants in the US using heirloom corn (including every restaurant in the article) are getting it in part through Masienda. But Masie
324.
▲
by
returningfory2
3y ago
Thanks for the code! I would slightly change the phrasing. "This website is designed for X" is traditionally, in my opinion, a user-hostile statement which indicates the user has to do something to accommodate the website. "W
325.
▲
by
returningfory2
3y ago
Small Docker image or small binary size is this decade's canonical premature optimization.
326.
▲
by
returningfory2
3y ago
That article definitely buried the lede. A fair reading of the article is that the only reason they are switching from Go to Rust is because their dev team wants to write in Rust. Which is fine! But I think they could have been more open ab
327.
▲
by
returningfory2
3y ago
I agree, and just want to add: nowadays it's super common for researchers to widely publicize their new work on social media. The blog post here even mentions "Table 5 from the paper was often included in tweets". In this con
328.
▲
by
returningfory2
3y ago
On my GitHub repos creating a new release generally involves using GitHub’s new release UI, which only I can do because I’m the only one with permissions. If someone else wanted a new release on my repo, how can they do this without me doi
329.
▲
by
returningfory2
3y ago
Yes for sure! And in fact the person clarified elsewhere on this thread that it would be multiple hours of work to create a new release (in which case I think they’ll asking for support is totally reasonable). But just from looking at the e
330.
▲
by
returningfory2
3y ago
FYI, I think that as of this comment you don't understand what the maintainer was being asked to do. There is nothing in the code to fix. There is no dependency to be updated. Forking and doing whatever isn't what's needed. T
More ›