Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sausheong
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sausheong
4y ago
A fiction short story on AI for people managers or anyone who have managed people before
2.
▲
Clash of the minimum spanning tree algorithms
(go-recipes.dev)
2 points
by
sausheong
4y ago
|
0 comments
3.
▲
Scanning for mobile devices through Wi-Fi using Pi Zero W
(medium.com)
2 points
by
sausheong
6y ago
|
1 comments
4.
▲
Building simulations with a Go cellular automata framework
(medium.com)
5 points
by
sausheong
7y ago
|
0 comments
5.
▲
Simulating epidemics using Go and Python
(towardsdatascience.com)
2 points
by
sausheong
7y ago
|
0 comments
6.
▲
Build a thermal camera with Raspberry Pi and Go
(medium.com)
11 points
by
sausheong
7y ago
|
0 comments
7.
▲
Simulating epidemics using Go and Python
(medium.com)
1 points
by
sausheong
7y ago
|
0 comments
8.
▲
Simulate cultural interactions using Go and Python
(medium.com)
2 points
by
sausheong
7y ago
|
0 comments
9.
▲
Estimate the solar output of your rooftop with Google Maps
(medium.com)
2 points
by
sausheong
7y ago
|
0 comments
10.
▲
Setting up a Raspberry Pi 4 as an development machine for your iPad Pro
(medium.com)
1 points
by
sausheong
7y ago
|
1 comments
11.
▲
Write web apps in multiple programming languages with Tanuki
(github.com)
1 points
by
sausheong
7y ago
|
0 comments
12.
▲
by
sausheong
8y ago
I wrote the blog post, thanks Serge for the great library! I considered the self-contained app without the web server method, but I've already done the images before and I'm way more comfortable with Go web programming (I wrote th
13.
▲
Create a simple cross-platform desktop game with Go
(sausheong.github.io)
151 points
by
sausheong
8y ago
|
21 comments
14.
▲
Build Simple Neural Networks with TensorFlow, Keras, PyTorch and MXNet/Gluon
(sausheong.github.io)
4 points
by
sausheong
8y ago
|
0 comments
15.
▲
How to build a simple artificial neural network with Go
(sausheong.github.io)
2 points
by
sausheong
8y ago
|
0 comments
16.
▲
by
sausheong
9y ago
You're probably right, I'm just mucking around with various things, didn't really thought too much about optimizing the code. The frame rate on the terminal is basically as fast as iTerm2 can display the image, I can't r
17.
▲
Writing Space Invaders in Go
(sausheong.github.io)
9 points
by
sausheong
9y ago
|
2 comments
18.
▲
Writing a flocking simulation with Go
(sausheong.github.io)
4 points
by
sausheong
9y ago
|
0 comments
19.
▲
by
sausheong
9y ago
Not really. Subsequent studies show that the original experiment by Kettlewell was valid. I'm not an expert in this field but the scientific papers seem sound. http://rsbl.royalsocietypublishing.org/content/8/
20.
▲
A gentle introduction to genetic algorithms
(sausheong.github.io)
50 points
by
sausheong
9y ago
|
2 comments
21.
▲
HTML Forms and Go
(blog.saush.com)
1 points
by
sausheong
12y ago
|
0 comments
22.
▲
New Golang Book – Go Web Programming (Manning)
(manning.com)
3 points
by
sausheong
12y ago
|
0 comments
23.
▲
by
sausheong
12y ago
Well done!
24.
▲
How to Create a Web App in 3 Different Programming Languages
(github.com)
37 points
by
sausheong
12y ago
|
1 comments
25.
▲
by
sausheong
12y ago
Not really. I started with Ruby, Python and PHP but it's very much possible with compiled languages like C/C++. There's a whole bunch of client software that allows you communicate with RabbitMQ - https://www.rabbi
26.
▲
by
sausheong
12y ago
That's not implemented yet I'm afraid, I haven't figured out a good mechanism to timeout the messages.
27.
▲
by
sausheong
12y ago
Thanks for the confirmation. The implementation today is as a task queue which removes the request from the queue once a responder acknowledges, but it could be a pub-sub model, where a number of independent responders can work on the same
28.
▲
by
sausheong
12y ago
Polyglot as it is at the moment is an experiment, a prototype. Still fleshing things out, so feedback and contribution is always welcome :)
29.
▲
by
sausheong
12y ago
RabbitMQ was easier for me to develop a prototype to test out the idea.
30.
▲
by
sausheong
12y ago
Thanks for the suggestion, it's a good one. A few cases a message queue can be advantageous -- (1) persistence (2) a few responders can work on the same request in parallel (3) adding/removing responders dynamically according to t
More ›