Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
trun
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
trun
5y ago
Something similar was described in this GDC talk which you may find interesting https://www.youtube.com/watch?v=HZft_U4Fc-U
2.
▲
by
trun
11y ago
Cory's link to the instrumentation source doesn't seem to exist anymore, but here's the latest public version... https://github.com/battlecode/battlecode-server/tree/master/... Most of the
3.
▲
by
trun
13y ago
Linkbait aside there are some reasonable points being made here, specifically "Failover means downtime" about HBase. We run into this pretty much every day in one of our customer facing applications or APIs and it's quite fru
4.
▲
by
trun
14y ago
You can use SaneTimeField to store sanetime objects in your Django app.
5.
▲
by
trun
14y ago
I believe someone is working on writing up a more detailed post about this, but I'll throw the sanetime library out there. It's pretty slick and even has built in Django support. https://github.com/HubSpot/sanetime https://sanetime.readt
6.
▲
by
trun
14y ago
Drunkasaurus! Oh man, 2009 was a good year :) I'll echo what skates and iba said -- battlecode was probably one of the most productive things I did in school. when everyone else is trying to teach you how to properly to document your precon
7.
▲
by
trun
14y ago
Totally agree. I can't tell you how many times I tried to close apps on my android phone by swiping upwards after I started using WebOS.
8.
▲
by
trun
14y ago
Good stuff! Reimplementing old hardware on an FPGA is a really fun and enlightening exercise that I would highly recommend to any CS people with some extra time and patience. I've been working on an FPGA based GameBoy implementation in my s
9.
▲
by
trun
14y ago
What does this do to battery life?
10.
▲
by
trun
14y ago
Indeed. I wrote a similar framework in Actionscript / Flex a few years ago, actually with a lot of input from the Scratch team. I've been thinking about porting it to JS recently. Glad to see someone beat me to it :) Edit: Here's my old Act
11.
▲
by
trun
14y ago
Very impressive stuff. For what it's worth, I played around with the new audio reCAPTCHA a bit. - I heard 50+ distinct words, plus the numbers 1-9 - Numbers are not written out anymore (e.g. "nine" does not work, it must be "9")
12.
▲
Modkit Micro Kickstarter - The Easiest Way to Program Microcontrollers
(kickstarter.com)
2 points
by
trun
14y ago
|
0 comments
13.
▲
by
trun
14y ago
That was my point. For example, TortoiseGit presents "revert" instead of "checkout" (e.g. on a file, not a branch). "revert" in git actually means something else entirely.
14.
▲
by
trun
14y ago
I use TortoiseGit (and was a long time user of TortoiseSVN before that), but I find it to be a poor substitute for the command line. I feel like they tried to make the names of git commands more user friendly, but having already grown accus
15.
▲
by
trun
14y ago
Not sure why you're getting downvoted -- this was my reaction as well. Particularly the lack of any sort of top or bottom border makes the app feel very cramped. Also, some of the mouse interactions I've become accustomed to in Win7 don't s
16.
▲
by
trun
14y ago
Somewhat related, I think his site has my favorite 'forgot my password' email ever. Apparently you forgot your password? Ok, so here's your new one, stupid: EMAIL: xxxxx@gmail.com PASSWORD: moron.xxxxx
17.
▲
by
trun
14y ago
This is really neat. One of my favorite Windows design features (there aren't many) is the way icons in the taskbar are highlighted with their primary color when you mouseover. This seems like the perfect solution to replicate that effect e
18.
▲
by
trun
14y ago
I tried it out - very nice work! I really like the design of the landing page. A few comments... LinkedIn doesn't seem like a great reason to "Go Pro" since I've likely already copied all of my info from LinkedIn just to try it out in the f
19.
▲
by
trun
14y ago
Here are the new features... - Instant provisioning - Client IP address is forwarded to application as X-Forwarded-For - Better validation of certificate files - Rollback of certificate changes
20.
▲
by
trun
14y ago
From the highlights in the article this appears to be very similar to an MIT student's project from a few years back... http://web.mit.edu/zacka/www/midas.html
21.
▲
by
trun
14y ago
Not sure how this stacks up against other fair use guidelines, but I'm pretty sure a 3-10 second sample is within the allowable limits of copyright law[1]. However, there are other qualifications, such as reduced quality that might disquali
22.
▲
by
trun
14y ago
I actually had a friend in school who did this (lottery tickets) as a side business. They had an investor that provided the capital, and when the jackpot reached a certain level, they would buy up a few percent of the total number space. Be
23.
▲
by
trun
14y ago
If you're into this kind of thing, you should check out Battlecode ( http://www.battlecode.org ). It's primarily an MIT competition, but in recent years we've opened it up to the general public. Also, several YC alums are former devs.
24.
▲
by
trun
14y ago
My favorite part of this article... [T]his course is tied to two courses offered by the English department on J.R.R. Tolkien and Anglo-Saxon literature. Students in the computing course put concepts to immediate use by analyzing large bodi
25.
▲
by
trun
14y ago
Whenever I see a story like this I always think of this XKCD strip: http://xkcd.com/137/ I don't aim to offend people with things I post online, but I don't expect to make everyone happy either. If a future employer might not hire me beca
26.
▲
by
trun
14y ago
Great article. I've built a number of systems very similar to this and have found Redis to be a fantastic platform, both in terms of reliability and flexibiliy. I'll share a few tips that I think complement your approach. - When you want to
27.
▲
by
trun
14y ago
Time zone support! This has always been one of the most painful things to manage IMHO. Also this little gem caught my attention... * The if template tag now supports {% elif %} clauses.
28.
▲
by
trun
15y ago
One minor critique... the example placeholders are of the form "example.com" but it seems to reject domains that are not fully qualified (e.g. " http://example.com ) Neat idea though.
29.
▲
by
trun
15y ago
Reminds me of something I saw not too long ago... https://github.com/JulienPalard/Pipe It would be really cool (though admittedly less Pythonic) to combine the infix notation provided by the Pipe library to allow more shell-like function
30.
▲
by
trun
15y ago
Most of that software has been rewritten several times over now, but the competition lives on (it's called Battlecode now)! We actually open sourced a bunch of the code base last year if you're interested in checking it out [1]. Additionall
More ›