Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dested
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
31.
▲
Pattern Matching Custom Data Types in TypeScript
(blog.parametricstudios.com)
42 points
by
dested
8y ago
|
15 comments
32.
▲
by
dested
8y ago
I share your skepticism, but this is exactly how Flutter works, hand reimplementing all the ui components for both platforms. Granted it is backed by a resource rich company, but it's not the most unheard of approach.
33.
▲
Wireworld Cellular Automaton Using AssemblyScript/WebAssembly
(dested.com)
3 points
by
dested
8y ago
|
0 comments
34.
▲
by
dested
8y ago
There are a handful of services out there that do this, I know because I've needed it on multiple occasions. It's nice that Amazon is providing it in house now, but it just reminds of me the last time I went to re:invent and walke
35.
▲
What Happened – 2001 Documentary
(youtube.com)
1 points
by
dested
8y ago
|
0 comments
36.
▲
Street View of 1980s New York
(80s.nyc)
304 points
by
dested
8y ago
|
93 comments
37.
▲
by
dested
8y ago
I imagine most code bases will contain a very small number (probably zero) type definitions with a spread tuple type. There are only so many ways to solve being type safe in a language that is so permissive, and sometimes it causes the resu
38.
▲
by
dested
8y ago
Does this help the JS engines? Instead of _knowing_ the developers intent and optimizing for it, it has to infer what the transpiler outputted and optimize for that. One seems harder than the other.
39.
▲
The Story of Tetris [video]
(youtube.com)
92 points
by
dested
9y ago
|
25 comments
40.
▲
by
dested
9y ago
STYR Labs | Mid Level, Typescript Mobile | Scottsdale, Phoenix | Full-time, ONSITE | Competitive Salary STYR Labs is looking for a Mid - Senior JavaScript/TypeScript developer to add to our mobile and web teams. We have a native mobile
41.
▲
by
dested
9y ago
Do both websocket connections send the same data, or do you split your data logically between two channels (movement data vs state data)
42.
▲
by
dested
9y ago
With the new twitter limits you can put 16x16 characters with 24 characters to spare. If you use the braille character set, this puts you at 32x64 available pixels. Realizing this, I figured the best use of my saturday was to make tetris. I
43.
▲
Show HN: Twitter Plays Tetris
(twitter.com)
5 points
by
dested
9y ago
|
2 comments
44.
▲
by
dested
9y ago
This is an incredible use of the wealth of d.ts files there are! I've used bridge.net in the past and it's great using the .net toolset and c# language to build production ready javascript.
45.
▲
by
dested
9y ago
What could the lifetime value of a Norton customer be that they went to such incredible lengths to aquire?
46.
▲
Tabris.js 2.0 Released: Native mobile apps in JavaScript
(tabrisjs.com)
1 points
by
dested
9y ago
|
0 comments
47.
▲
by
dested
9y ago
Wow, this has been a long time coming. So many shoddy video communication hacks can finally go away. This is huge.
48.
▲
State of the Art Expression Evaluation (2007)
(codeproject.com)
4 points
by
dested
9y ago
|
0 comments
49.
▲
by
dested
9y ago
I would guess it's related to the prevalence of javascript combined with the low barrier to entry to build javascript app and the relatively low startup time of a nodejs app.
50.
▲
by
dested
9y ago
https://github.com/dested/WireWorld/blob/master/WireWorldWin... This is the file for the computer, shoot me an email if you ever get around to implementing it. I'd love to see the result and talk ab
51.
▲
by
dested
9y ago
Great implementation. I love the wireworld cellular automaton so much. A while back I implemented it in typescript and ran the computer startup file through it for the web. It is such a fun piece of logic to squeeze every nanosecond of perf
52.
▲
by
dested
10y ago
I'm a huge fan of http://bridge.net/ for c# to js "transpilation". The runtime isn't too hefty and provides great feature parity to javascript.
53.
▲
by
dested
10y ago
What ndh2 said. Don't try to follow a tutorial on how to do it, just do it. If you know how to use substring and indexOf in your preferred language you can write a parser. If you know how to use switch case you can write a virtual mach
54.
▲
by
dested
10y ago
The code is so gross and not runnable at this point that I wouldn't feel comfortable posting it. I can share the source with you though if you'd like. It's all c#. dested at gmail
55.
▲
by
dested
10y ago
I built a programming language. I was inexperienced, winging everything, but I wrote the parser, interpreter, runner and virtual machine. Then I tried to make it as fast as possible. This accelerated my learning more than almost any other p
56.
▲
New Pokémon “Arbitrary Code Execution” Simulates Different Games Within Itself
(tasvideos.org)
2 points
by
dested
10y ago
|
0 comments
57.
▲
by
dested
10y ago
WebRTC is the main killer for me
58.
▲
Five years ago today it was rumored that Verizon considered purchasing Netflix
(news.slashdot.org)
1 points
by
dested
10y ago
|
0 comments
59.
▲
by
dested
10y ago
This is the most simple and intuitive template builder I have ever played with.
60.
▲
by
dested
10y ago
I believe this would cause a change in the CLR as opposed to just syntax sugar. It's less of an issue for typescript since all type information is erased at runtime.
More ›