Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
reklawnos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Web3 – No Mercy / No Malice
(profgalloway.com)
9 points
by
reklawnos
5y ago
|
0 comments
2.
▲
How Boosted went bust: an inside look at how the skateboard startup fell apart
(theverge.com)
2 points
by
reklawnos
5y ago
|
1 comments
3.
▲
Adult Swim – Choir
(adultswim.com)
4 points
by
reklawnos
8y ago
|
0 comments
4.
▲
by
reklawnos
8y ago
To be clear, that bug originally tracked the implementation of the Audio Work er API, which went through many iterations that eventually led to the current Audio Worklet spec.
5.
▲
Cracking the code behind Apple’s App Store promo card design
(blog.equinux.com)
249 points
by
reklawnos
9y ago
|
57 comments
6.
▲
by
reklawnos
10y ago
As others have mentioned, Rust allows you to write a safe wrapper around unsafe code. In this case, all of the functions implemented in buffer.rs are safe, even if their contents are not, so they can be used without having to worry about un
7.
▲
by
reklawnos
10y ago
Just because a particular approach can be characterized as waterfall-esque doesn't mean it's necessarily bad, just as a agile approach isn't necessarily good. Part of what makes chess great is the fact that it has remained th
8.
▲
by
reklawnos
11y ago
> If your company were to pay you the same amount as they profit off of you [...] That's not quite what he's saying. From the post: > You can never say a price is high or low without asking, “Compared to what?” He's say
9.
▲
Unreal.js: V8-Powered JavaScript in UnrealEngine 4
(github.com)
4 points
by
reklawnos
11y ago
|
1 comments
10.
▲
XKCD: A Thing Explainer word checker
(blog.xkcd.com)
2 points
by
reklawnos
11y ago
|
0 comments
11.
▲
by
reklawnos
11y ago
I don't think this is really aimed at people who "take them for longer camping/ski/road trips," though. For a while now, SUVs, like the Audi Q5 and the BMW X5 that the Model X is trying to compete with, have been ba
12.
▲
by
reklawnos
11y ago
At the same time, apparently less than 3000 people developed the Tesla Model S [1], and less than a thousand developed the Tesla Roadster [2]. That might not be an entirely fair comparison. [1] https://en.wikipedia.org/wiki&
13.
▲
by
reklawnos
11y ago
I know many Korean speakers use "ㅋㅋㅋㅋㅋ" to express laughter. The "ㅋ" symbol has a sort of "kih" or "kuh" sound, so it's meant to represent a snickering "KihKihKihKihKih!"
14.
▲
by
reklawnos
11y ago
Well, Rust by Example already exists: http://rustbyexample.com/ Which has a bunch of examples that utilize most of Rust's features and are runnable/editable in the browser. And there was a comment on /r/