Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
renekooi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
renekooi
11y ago
The HD Edition has a new AI[0] that's much stronger than the old one. It's built by Promiskuitiv and Archon, two well-known AI scripters in the Age of Empires scene :) [0]: http://steamcommunity.com/app/221380
2.
▲
by
renekooi
11y ago
It was random. According to SteamDB[1] it was a caching issue that ended up sending random pages to the wrong people. Possible explanation from unknown source: https://www.reddit.com/r/Steam/comments/3y7le9&#x
3.
▲
by
renekooi
11y ago
I like this a lot. It's similar to the proposed function bind syntax[1], but a bit more friendly to not-`this`-related use: function bindMap(fn) { return this.map(fn) } [ 1, 2, 3 ]::bindMap(n => n + 1) // sta
4.
▲
by
renekooi
11y ago
Messages are sent through plainly first over Twitch's IRC-ish protocol. You can connect to Twitch chat with a simple IRC client, or through the browser. Twitch's own browser chat connects to a WebSocket server that passes IRC comm
5.
▲
by
renekooi
11y ago
view-source should keep working reasonably. WebAssembly defines a Text Format for exactly that purpose: https://github.com/WebAssembly/design/blob/master/TextFormat...
6.
▲
by
renekooi
11y ago
`.call` is a method in some Promise libraries (eg. Bluebird). Basically, connection.call('collection', 'users') is a shorthand for: connection.then(value => value.collection('users'))
7.
▲
by
renekooi
11y ago
querySelectorAll returns a NodeList instead of a real array, so you can't call things like `.forEach` on the result. `[].slice.call(x)` turns x into an array, so that becomes [].slice.call(document.querySelectorAll(...)).forEach(
8.
▲
by
renekooi
11y ago
Location: Groningen, Netherlands Remote: Ok, prefer local Willing to relocate: _Probably_ not Technologies: Javascript (Node, Ember, Backbone, ES6 & other new stuff), HTML5/CSS3, PHP, Python, would love to get in touch with new thi
9.
▲
by
renekooi
11y ago
Another ASCII art weather (forecast) utility, but in Go: https://github.com/schachmat/wego
10.
▲
by
renekooi
11y ago
Another false positive anecdote! My parents used to have their ISP's adult content filter enabled. One day I couldn't visit DeviantArt, because it said "Mature Content Filter Enabled" somewhere on the page, and "mat
11.
▲
by
renekooi
11y ago
Socket.IO also gives you things like cross-everything callbacks: // server io.emit('event', function (msg) { console.log('Client responded!', msg) }) // client io.on('event
12.
▲
by
renekooi
11y ago
Nice work! I'd been using http://caniuse.com/#info_news , but it requires some manual checking still :)
13.
▲
by
renekooi
12y ago
It's not about graphs, it's about the entire app. That includes lists and paragraphs of text.
14.
▲
by
renekooi
12y ago
For node.js, there is a module: https://www.npmjs.com/package/deasync
15.
▲
by
renekooi
12y ago
Location: Groningen, Netherlands Remote: Fine! Willing to Relocate: No Technologies: JS (browser&Node), PHP, HTML5/CSS3/LESS, Python Résumé: http://rene.kooi.me/cv.html Email: rene at kooi dot me Github: http
16.
▲
Show HN: WikiBattle – 1v1 races through Wikipedia
(wikibattle.me)
1 points
by
renekooi
12y ago
|
0 comments
17.
▲
by
renekooi
12y ago
OT: I love how the satellite view switch button shows the actual satellite view at its location[0]. [0]: http://i.imgur.com/ycJmczX.png
18.
▲
by
renekooi
12y ago
South Korea doesn't quite fit the "liberal" label either. It's a technologically advanced country, but a socially conservative one.
19.
▲
by
renekooi
12y ago
YT videos lag a lot when I stream them directly in VLC 2.2.0, (`vlc <youtube link>`) and some protected videos don't play at all, so I often use this: ytplay() { youtube-dl "$1" -o - | vlc - } As a side benefit
20.
▲
by
renekooi
12y ago
The old AI wasn't particularly good. Playing versus modern AIs, or actual people, is an entirely different experience!
21.
▲
by
renekooi
12y ago
The Forgotten expansion ships with a much improved AI. Expansion-less uses the old Petersen AI from the original game, and that isn't particularly intimidating anymore!
22.
▲
by
renekooi
12y ago
It's something that kind of looks like lisp, but the only thing it has in common is the parentheses. You basically set condition→action rules, one level deep, with a limited amount of global-only "variables" (goals). I think
23.
▲
by
renekooi
12y ago
It's the colours used in the Flat UI Bootstrap theme: http://designmodo.com/flat-free/
24.
▲
by
renekooi
12y ago
And that image is returning a 404 :)
25.
▲
by
renekooi
12y ago
Idunno, the web browser has been discontinued for 3 years now. It also seems that bolt.co and Instagram's Bolt are much more similar to each other (apps dedicated to person→person communication) than Bolt the browser is to either of th
26.
▲
by
renekooi
12y ago
> which really only took the "two tiles with the same numbers merge when they collide" element from Threes Which is the only element Threes has!
27.
▲
by
renekooi
12y ago
They called it WinJS since the start—it seems this is the same library that's used to build Windows 8 metro apps in JS. They just officially open sourced it now (although you could always access the source, as it was just another de
28.
▲
by
renekooi
13y ago
I'm on a laptop with 1366*768 screen; had to zoom out massively :(
29.
▲
by
renekooi
13y ago
http://name.com
30.
▲
by
renekooi
13y ago
> accepting the fine would have also involved making a public admission of guilt (...) and the company feels this would have "irreparably damaged" its reputation. It probably would've. But if they don't want that loss
More ›