Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
c4m
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
c4m
5y ago
Is there a way to get the full book in English? It looks like the website and github ( https://github.com/koki0702/dezero-book/tree/master/en ) only have the first 10 of 60 steps, and the link to purchase
2.
▲
by
c4m
5y ago
Thanks, this is helpful! I think what I'm trying to understand is this: if I use EdgeDB in production, how often will I end up dropping down to the SQL level to debug things? If I'm trying to debug a slow query, can I do it at the
3.
▲
by
c4m
5y ago
I'm wondering about the physical level—or at least how the EdgeDB conceptual level is translated to the Postgres conceptual level. The docs, and the comment you linked to, have helped me get pretty clear about the EdgeDB conceptual lev
4.
▲
by
c4m
5y ago
What's a good way to develop a mental model about what's happening under the hood in EdgeDB? With SQL, I have a mental model of how things work under the hood. For instance, I think of each table as being stored separately on disk
5.
▲
by
c4m
5y ago
I love Lichess's feature comparison page ( https://lichess.org/features ), which helps users decide whether to upgrade to a premium account.
6.
▲
by
c4m
5y ago
That's right, it's essentially sandboxing the scripts. But I think the real innovation is an automated system they've created for writing the sandboxing code based on tracing the execution of the malicious/ad scripts in
7.
▲
by
c4m
5y ago
Correct. I am a Canadian who recently traveled to Canada. I filled AriveCAN out at home, printed it out, and brought the printed receipt to the border.
8.
▲
by
c4m
5y ago
This is super interesting! With a traditional interview and job offer process, a new employee can ramp up without worrying their job is on the line. And I think this is important, because it can take awhile to ramp up to full productivity,
9.
▲
by
c4m
5y ago
This is a neat tool! There’s one more feature I’d want before using it seriously, which is a field for stock market return rate. If my down payment is 50,000, then in the rental (apartment) case I want to estimate how much I would be earnin
10.
▲
Astral Codex Ten
(slatestarcodex.com)
11 points
by
c4m
6y ago
|
0 comments
11.
▲
by
c4m
13y ago
SEEKING WORK - Remote In a few weeks I'll have finished my second internship at Microsoft (working on Kinect for Xbox One). I have experience (both full-time and contracting) doing web development, computer vision, and indie game devel
12.
▲
by
c4m
14y ago
You have one on your blog, for example.
13.
▲
Show HN: A programming language that uses only parentheses
(github.com)
55 points
by
c4m
14y ago
|
31 comments
14.
▲
Show HN: Speaking in Tongues code jam problem solved without the plaintext
(programmercam.posterous.com)
1 points
by
c4m
14y ago
|
0 comments
15.
▲
by
c4m
14y ago
I fully support this trend of people thinking critically about college and making their own decisions about it. However be careful when dropping out if you'll ever want to work outside the country. Most countries require a 4 year degree for
16.
▲
by
c4m
14y ago
Cool! Super small nitpick: There's a space missing in the alert that shows when you upvote/downvote without being logged in: > Sorry, but anonymous users cannot vote.Please login or create an account here.
17.
▲
by
c4m
15y ago
Really fun, but it seems like it provides JS input even if you use python. This causes all of the input cases to be marked as incorrect. For the Arith Geo question, here was my code: https://gist.github.com/1809940 and here was the result
18.
▲
by
c4m
15y ago
Thanks for the feedback guys! I intend to do more interpreter/compiler projects so perhaps you will end up considering one of my future projects sufficiently interesting or exotic :)
19.
▲
by
c4m
15y ago
Thanks for the feedback. It does support environments - if you check the source code it refers to environments as 'scope'. It is not possible to properly implement lambda without implementing environments.
20.
▲
Show HN: Tiniest Scheme Interpreter
(programmercam.posterous.com)
10 points
by
c4m
15y ago
|
7 comments
21.
▲
Music service Deezer will soon be available in Canada and across Europe
(pcworld.com)
1 points
by
c4m
15y ago
|
0 comments
22.
▲
by
c4m
15y ago
> It's exactly like learning scheme. Seriously who fucking cares about scheme? I'm a CS student at the University of Waterloo, where most early CS courses and many advanced courses here use scheme. There are thousands of students taki
23.
▲
by
c4m
15y ago
Additional information from http://neo.jpl.nasa.gov/news/news171.html : - the asteroid is 400 meters in size - it's a "C-type" asteroid ( http://en.wikipedia.org/wiki/C-type_asteroid )
24.
▲
by
c4m
15y ago
Actually, I think that is the perfect question to ask. Knowing what you want to learn about is a huge step in the right direction. The author presumes that everyone interested in coding should have a high level of confidence already. I disa
25.
▲
by
c4m
15y ago
I'm starting to become tired of such liberal use of the words 'hack' and 'hacker'. _Maybe_ 'marketing hack' would have been ok, but honestly there isn't even any programming involved here. On an entirely separate note, nice product name. An
26.
▲
by
c4m
15y ago
Is that actually good advice?
27.
▲
by
c4m
15y ago
Does it cover Python 3? I cannot tell from reading http://learnpythonthehardway.org/ - maybe I missed something.
28.
▲
by
c4m
15y ago
13 is a really high version number. One thing I love about chrome is how silent the updates are. Other browsers tend to nag you about downloading the latest version, running an installer, etc.. Chrome updates much more silently + in the bac
29.
▲
by
c4m
15y ago
I believe that good code is understandable, consistent, and easy to edit. This is because we basically do three things with code, which correspond to the above: read it, integrate it into projects, and change it/add to it. If code is writte
30.
▲
by
c4m
15y ago
It is very rare these days that you'll come up with an idea that hasn't been done. What's important is that you do it better than anyone else - so take a look at how they're doing it and figure out how you can do it better.
More ›