Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tominated
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
tominated
3y ago
Cancerous tumours will continue to grow if any cancer cells are left - surgery is usually necessary but won't cure it. Glioblastoma are some of the most aggressive brain tumours on top of that.
2.
▲
by
tominated
4y ago
I've read through maybe half and doubt you'll find it useful for Rust development. If you're interested in learning a dependently typed language it is fantastic though.
3.
▲
by
tominated
5y ago
I took up film photography after catching up with a friend that was in to it. They shared some photos from when we met up and there was such a sense of nostalgia to them. I did some research and found a camera that fit what I wanted (I ende
4.
▲
by
tominated
5y ago
If you have WebGPU compute support available, you'd probably wanna go straight to using WebGPU instead of WebGL for rendering too. But I don't see why it wouldn't be possible to use the result in WebGL afterwards - there'
5.
▲
by
tominated
6y ago
I still have my N9 lying around somewhere - had to get the sim tray replaced two or three times but otherwise I loved it. How did you update the security certificates? I tried to boot mine up a while back but it was basically unusable on th
6.
▲
by
tominated
6y ago
Not quite - think of the functor as a container for the recursive field, not the values attached to leaves. The leaf is your base recursive case and doesn't have a value to map over. Having your functor instance map over this recursive
7.
▲
by
tominated
7y ago
I had chemo for a brain tumour when I was 11 years old, and while it certainly affected my thinking during the treatment and maybe a few years afterwards, you wouldn’t be able to tell now (15y later). The brain is amazingly adaptable and as
8.
▲
by
tominated
9y ago
A little off topic, but Racket is definitely used by Naughty Dog in their games. Here's a talk they did a while back https://www.youtube.com/watch?v=oSmqbnhHp1c
9.
▲
by
tominated
9y ago
The do block syntax is actually just a syntax sugar for the `bind` function (also written `>>=`). The above would de-sugar to something like this (I may have syntax wrong): getData >>= \a -> getMoreData a >>= \b -
10.
▲
by
tominated
9y ago
Visio had a line of TVs that we're almost this - they had no TV tuner, minimum UI, a tiny simple remote and just a Chromecast built in. After I had mine for a year it got an automatic update giving it a horrible smart TV UI and they fo
11.
▲
by
tominated
12y ago
That's awesome. I recently made a chip-8 emulator in haskell, funnily enough: github.com/tominated/chip-8-vm
12.
▲
by
tominated
13y ago
I believe that is the will of the publishers that are using Steam, not Valve.
13.
▲
by
tominated
13y ago
I probably phrased that incorrectly. I definitely think that you should have validation logic at the database level. I've had a couple of major issues in the past (while still learning web dev) where lack of indexes/constraints ha
14.
▲
by
tominated
13y ago
I was searching for the same thing myself recently, and it seems that DHH is against having any sort of logic in the database - he believes that all validations and constraints should be in the application instead of being in both (which I
15.
▲
by
tominated
13y ago
I started out doing HTML/CSS and very little PHP (enough to slightly customise wordpress themes) back in high school. In grade 12 I got on to a national competition sort of thing that taught you python as you went and ended placing rea
16.
▲
by
tominated
13y ago
I did this challenge when I was in year 12 in 2010. It was great fun and is one of the main reasons I got in to programming professionally.
17.
▲
by
tominated
13y ago
Oh cool. Last I heard was that they weren't going to use Blink.
18.
▲
by
tominated
13y ago
Blink is Google's fork of WebKit, which is being used in the upcoming versions of Chrome. Opera is using plain WebKit.
19.
▲
by
tominated
14y ago
Elixir is a fantastic language and it's a lot of fun to code with, but you need to know at least the basics of erlang to use it well, because although it has an excellent standard library, it's not as comprehensive as erlang's. I would defi
20.
▲
by
tominated
14y ago
You and me both. I miss it whenever I use a phone that isn't my N9. It just seems so natural. The actual shape of the phone helped a lot though - I don't think it would work as well if the front was completely flat.
21.
▲
by
tominated
14y ago
Of course this happens on the day I finally receive mine...
22.
▲
by
tominated
14y ago
You can use Home, End, Pg Up, Pg Dn by holding fn while using the arrow keys.
23.
▲
by
tominated
14y ago
You can install the command line tools without XCode if you download them from the Apple Developer site.
24.
▲
by
tominated
14y ago
Might I also suggest along those lines, The Alessandro MS-1i headphones. They have the same drivers as the SR80, but they are slightly cheaper (depending where you're buying from).
25.
▲
by
tominated
14y ago
I've been meaning to give clojurescript a try (I've fiddled with clojure), but is there anything comparable to backbone or ember?
26.
▲
by
tominated
14y ago
Pretty awesome. One thing that puzzles me is that the preview is showing a fish prompt, but it only outputs an Xresources file.
27.
▲
by
tominated
14y ago
I got a beta invite about a week ago, but after reading how they only want you to use JST templates and such I avoided it. Is this actually the case or is that just the standard template (and documentation) recommendation?
28.
▲
by
tominated
14y ago
That's actually one of the things I miss most when using other editors. Most seem to undo a bit too much.
29.
▲
by
tominated
14y ago
I did the NCSS challenge back in 2010 and I'm so glad I did. It got me in to programming and now I am doing a Bachelor of IT because of it
30.
▲
by
tominated
14y ago
It doesn't actually do anything
More ›