Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Zxian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Zxian
12d ago
Yeah, and they require a place to build. Do you think bridges between the Hawaiian islands is feasible? Report recently from my area. https://www2.gov.bc.ca/gov/content/transportation/transporta...
2.
▲
by
Zxian
2mo ago
You clearly didn't read this. It's about rowing. Not being on a playground.
3.
▲
by
Zxian
2mo ago
I had updated a GQL schema and wanted my agent to update the frontend to suit. I told it the server was running, that it could run specific commands to regen types, etc. It got itself in a loop and killed the running backend process, then s
4.
▲
by
Zxian
1y ago
I'd also recommend having a look at the Zig library for Elixir. For simple stuff, you can just inline, but support for pretty complex setups too. Also comes with a built-in BEAM allocator so the runtime properly reports NIF memory cons
5.
▲
by
Zxian
3y ago
I don't think it's fair to assume that votes are representative of performance. Politics are a popularity contest first and unfortunately that means image is more important than actions.
6.
▲
by
Zxian
3y ago
https://codecodeship.com/ They do exist.
7.
▲
by
Zxian
4y ago
I lie to my children when I say that the TV needs to recharge after their morning shows. A way to divert their attention elsewhere, but not out of malice.
8.
▲
by
Zxian
4y ago
The business transaction between me and a restaurant is for the food and service they provide. I pay the restaurant, the restaurant pays the labour. Refusing to tip isn't refusing payment. If it were, I'd be illegal (i.e. theft).
9.
▲
by
Zxian
4y ago
New York City already has a significantly higher population density than Tokyo (~11,300/km2 vs ~6,300/km). It's easier to develop more housing when you have more land.
10.
▲
by
Zxian
4y ago
Which OS prevents you from installing another python runtime? I install python using asdf on both MacOS and various flavours of Linux. https://asdf-vm.com/
11.
▲
by
Zxian
5y ago
The intent of the policy doesn't match the real-world implementation of users. Users are lazy. Users will alter a single character or digit in the password and call it changed. Most people don't use password managers, and some com
12.
▲
by
Zxian
5y ago
To add to this, you don't need to come up with the game mechanics. I'm taking this approach with making a LiveView-based version of the board game Azul.
13.
▲
by
Zxian
5y ago
Time is a consumable. It is not infinite, and it is unique to each individual. We do not "trade" time in jail between society and an individual. We deny certain freedoms for a period of time. There is no economic equivalent when i
14.
▲
by
Zxian
5y ago
Why is B much better here? It enables the officer to claim they felt threatened when no valid threat existed and then exercise lethal force in self defense (whether or not the threat was valid). I can't think of any reason why someone
15.
▲
by
Zxian
6y ago
Correction: while minimizing the risk of death. Tasers can still kill people. https://en.m.wikipedia.org/wiki/Robert_Dzieka%C5%84ski_Taser...
16.
▲
by
Zxian
7y ago
There have been many studies that show bias in the a screening process when gender or ethnicity are known. Ideally, the hiring manager should be given anonymized resumes so they can better make objective decisions about the candidates. htt
17.
▲
by
Zxian
7y ago
You need _some_ roads, but not to the extent of your typical suburban sprawl. Where I live (Vancouver, Canada), there are sufficient roads for most travel, but the city also has relatively high quality public transit and decent bike routes.
18.
▲
by
Zxian
7y ago
Your analogy works as long as there's a machine doing the washing and drying. If you replace the machines with people, it makes much more sense for the function definition to define what is and isn't synchronous. If you have to do
19.
▲
by
Zxian
8y ago
Many cities use automated light rail or subway systems. Vancouver, Canada has has such a system in place since late 1985. https://en.wikipedia.org/wiki/List_of_automated_urban_metro_...
20.
▲
by
Zxian
9y ago
We have a sample repository with a simple, but broken, web application. We ask our candidates to review the code as they would if a coworker had submitted it as a merge request. it gives quite a bit of insight about what aspects they latch
21.
▲
by
Zxian
9y ago
When deleting a repository in Gitlab, you are required to type the name of the repository in a field. This forces you to change the response based on the particular action.