Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RX14
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
RX14
3y ago
It's had consistent contributions for 5 years now, with the latest being about a month ago.
2.
▲
by
RX14
4y ago
Hunting in modern rail vehicles is largely a solved problem using axle yaw dampers and other systems. I struggle to see why BART doesnt use a standard wheel profile and buy from a rolling stock supplier with experience of designing for good
3.
▲
by
RX14
4y ago
There are some trains which use independent wheels, but they need complicated mechanical centering mechanisms to replace the self-centering effect, and these are more expensive to maintain.
4.
▲
by
RX14
4y ago
Long-distance trains in the UK manage about the same, with 200km/h max, but for more of the track (and higher accel/decel)
5.
▲
by
RX14
6y ago
The -ls flag to find prints the same as ls
6.
▲
by
RX14
6y ago
I would greatly greatly appreciate an effort to benchmark builds without optimizations too. We've seen some LLVM-related slowdowns in Crystal, and --release compile times are far less important than non-release builds to us.
7.
▲
by
RX14
7y ago
DBMSes always keep their database in the file system in a consistent state to be able to recover from system crashes. Taking a file system snapshot is equivalent to pulling the power on the database server in terms of data recovery, but da
8.
▲
by
RX14
7y ago
It seems a lot of people have these stories, and then people like me and OP who have had btrfs survive the most fucked up situations (I've had a btrfs nas built on "random drives I've had lying around" and abused it for
9.
▲
by
RX14
7y ago
My secondary motive is that I'm a girl :) I certainly wasn't much more than sleepy and wanting to break the stereotypes on that particular expression when I wrote it.
10.
▲
by
RX14
7y ago
First class? About a girl-year or two I'd guess. Fully usable? About half that.
11.
▲
by
RX14
7y ago
If you reach out to manas directly, I'm sure they will be happy to have a sponsor for a particular feature.
12.
▲
by
RX14
7y ago
Yes, you can do the same optimizations in Crystal, and Nim. Someone should write these and post the code for comparison.
13.
▲
by
RX14
7y ago
Hopefully wasm's gc proposals will be implemented and get LLVM support, allowing languages like Crystal to sanely support wasm.
14.
▲
by
RX14
7y ago
Yes, we do so for more complex formats like YAML and XML. However, for JSON, reimplementing is worth it for binary portability.
15.
▲
by
RX14
7y ago
The basic foundations of a Windows port are already in place for Crystal, merged into master. In fact you can can already cross-compile a "Hello World" on Windows. This means the port is in a place where the community can pitch in
16.
▲
by
RX14
7y ago
Unfortunately there's no concrete timeline, it's being worked on on-and-off by the community. If you have free time, or free money, it'd be a great help to the effort.
17.
▲
by
RX14
7y ago
JSON is actually implemented entirely in Crystal for Crystal, I'm pretty sure it's the same for Nim too. For a language which claims to be fast, having to use a C-based JSON parser would be a bit of a cop-out :)
18.
▲
by
RX14
7y ago
The JSON code is written in a way which forces the whole object to be loaded into memory - both in Nim and Crystal. It would be interesting to compare code clarity and benchmarks for a streaming JSON implementation though. Agree that perfor
19.
▲
by
RX14
7y ago
> We’ve been waiting for years. I know, and it's unfortunate that there's not been time to work on this. I don't think people understand how small a language like Crystal is though. There's just one person working ful
20.
▲
by
RX14
7y ago
Nice article! There's one small error, where the article says "With Nim, we were also able to link both the Nim and C files into the same executable, which Crystal sadly cannot do." However, this is not true! You've pass
21.
▲
by
RX14
7y ago
We used to be a pretty nice purple, and I kinda miss that.
22.
▲
by
RX14
7y ago
It's unique selling point is union types as a part of the type system, with whole-program type inference and flow typing. This has never been done before (as far as I am aware), and it is incredibly powerful and interesting. It's
23.
▲
by
RX14
7y ago
It's certainly decentralized, just federated instead of distributed. And yeah, it sucks as a protocol (but not that badly, the standard is just weak like everything else the w3c produces) but it's better than reinventing the wheel
24.
▲
by
RX14
7y ago
Matrix is a fundamentally broken protocol held up by the prowess of it's UI design team.
25.
▲
by
RX14
7y ago
A long poll connection (i.e., a TCP connection not sending packets) uses exactly 0 joules of battery until something is sent.
26.
▲
by
RX14
7y ago
Someone who has been doing this for years before serverless existed can set up and manage this infrastructure trivially, using almost no time compared to developing the application and the business. It also provides you with security: you k
27.
▲
by
RX14
7y ago
I suspect it's because he's so successful at spawning developer communities around the software he writes. Just look at sway: between 1.0 and 1.1 he was nowhere near the largest contributor. I'd guess that means a lot of time
28.
▲
by
RX14
8y ago
It's not a feature and you can't disable it, previously it'd just crash. I think it's to do with the content workers being `exec`d from disk each time instead of forking from a master.
29.
▲
by
RX14
8y ago
online.net themselves (proper dedicated servers) are fine, and their network is reliable, fast and they have good uptime. Scaleway's hardware and software is a huge problem, it's unreliable to the point of being unusable. I'd
30.
▲
by
RX14
8y ago
Using systemd automount and NFS you can easily get pid1 unresponsive, hung in uninteruptible sleep forever.
More ›