Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cgbystrom
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Advantages and Disadvantages of a Monorepo (case study at Google) [pdf]
(storage.googleapis.com)
3 points
by
cgbystrom
8y ago
|
0 comments
2.
▲
PyCharm 4 is out
(jetbrains.com)
10 points
by
cgbystrom
12y ago
|
2 comments
3.
▲
Introducing React Elements
(facebook.github.io)
6 points
by
cgbystrom
12y ago
|
0 comments
4.
▲
Noke: The World's First Bluetooth Padlock
(kickstarter.com)
2 points
by
cgbystrom
12y ago
|
1 comments
5.
▲
by
cgbystrom
13y ago
With our team, we also found shared folders performance to be too low. Our Python framework/app is very read-heavy and stat() a lot of files (the Python module loading system isn't your friend) We ended up using the synchronizatio
6.
▲
TeamCity 8 released
(jetbrains.com)
1 points
by
cgbystrom
13y ago
|
0 comments
7.
▲
TARDIS in pure CSS (from Doctor Who)
(csstardis.co.uk)
8 points
by
cgbystrom
14y ago
|
3 comments
8.
▲
Valve unveils 'Steam Box' with Xi3, codenamed 'Piston'
(digitalspy.co.uk)
2 points
by
cgbystrom
14y ago
|
0 comments
9.
▲
by
cgbystrom
14y ago
There's also Locust, a Python powered load testing tool similar to this. It's focused on simulating user behavior rather than hitting specific URLs. This allows for much more true-to-life testing. We used it to load test Battlelog (the onli
10.
▲
Glances - an easy CLI overview of your system (CPU, mem, I/O)
(nicolargo.github.com)
250 points
by
cgbystrom
14y ago
|
57 comments
11.
▲
by
cgbystrom
14y ago
Totally agree about having smaller and more contained apps. I used https://github.com/cgbystrom/jersey-netty for a one-off project wiring Jersey together with Netty. But it's not async :)
12.
▲
by
cgbystrom
14y ago
Without need to discuss security implementations - no.
13.
▲
by
cgbystrom
14y ago
Protocol handlers are a pretty shitty way of interfacing with desktop apps. There's no two-way communication and no error handling. Lots of potential screw-ups and incompatibility issues will/can happen. Sure, they don't require a browser p
14.
▲
by
cgbystrom
14y ago
I would strongly advise not to base your push mechanism solely on Web Sockets. Despite advances modern browsers are making with Web Sockets support, the current compatibility is not there yet. For starters, IE has no support, though that is
15.
▲
Vagrant Usage Patterns
(speakerdeck.com)
1 points
by
cgbystrom
14y ago
|
0 comments
16.
▲
Varnish author criticizing HTTP/2.0 proposals
(lists.w3.org)
277 points
by
cgbystrom
14y ago
|
136 comments
17.
▲
Microsoft’s Downfall: Inside the Executive E-mails and Cannibalistic Culture
(vanityfair.com)
2 points
by
cgbystrom
14y ago
|
0 comments
18.
▲
Countandra - open-source clone of Twitter's Rainbird
(countandra.org)
2 points
by
cgbystrom
14y ago
|
0 comments
19.
▲
XRTML - a markup language for defining real-time updates
(xrtml.org)
8 points
by
cgbystrom
15y ago
|
3 comments
20.
▲
Twitter adds SPDY support to Netty
(netty.io)
121 points
by
cgbystrom
15y ago
|
18 comments
21.
▲
by
cgbystrom
15y ago
Redis should get an an HTTP API. Would enable you to implement something like this purely in the browser. UIs are really useful from a sys admin point of view. I can also imagine adoption increasing if Redis supported a UI out-of-the-box.
22.
▲
by
cgbystrom
15y ago
The authors of Kotlin has explicitly said that fast compilation is a key feature.
23.
▲
Web-based editor for Kotlin, JetBrains' new JVM language
(kotlin-demo.jetbrains.com)
24 points
by
cgbystrom
15y ago
|
18 comments
24.
▲
Practical Garbage Collection - Part 1: Introduction
(worldmodscode.wordpress.com)
181 points
by
cgbystrom
15y ago
|
38 comments
25.
▲
by
cgbystrom
15y ago
A couple of the components used are actually already open-source: https://github.com/esnme/ultrajson - Super-fast JSON serializer. https://github.com/esnme/locust - Scalable load testing tool capable of simulating millions of users. ht
26.
▲
by
cgbystrom
15y ago
Planet Framework is designed from the ground up to be real-time and scalable, but it also uses a lot of existing open-source projects. For Planet Framework customers, we offer "partner source". Meaning, that customers will get full access t
27.
▲
by
cgbystrom
15y ago
The reason behind "yet another template language" is that we compile down to both Python and JavaScript. Allowing us to render templates both on the server-side and client-side. Sharing templates between these two gets very important when y
28.
▲
by
cgbystrom
15y ago
Yes, we do.
29.
▲
Hotcode - syncing changes between server and browser during web dev
(github.com)
2 points
by
cgbystrom
15y ago
|
0 comments
30.
▲
Battlefield 3 uses Gravatar
(blog.gravatar.com)
2 points
by
cgbystrom
15y ago
|
0 comments
More ›