Viewing profile — rafinha
rafinha
HN member- Joined
- Wed, Mar 02, 2016, 3:59 AM UTC
- HN karma
- 195
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About rafinha
Recent public activity
-
comment
Comment #46668649
The classic "technically strong but lacking soft skills" unheard story about you through the office after your results.
-
comment
Comment #46521974
Wow, thanks for the kind words!
-
comment
Comment #46502572
Hi thanks! Sure, certainly! I also want to eventually add some physics-based levels for fun, with like a box2D sim interacting with the circuits (with N circuit ticks = 1 box2D "ti…
-
comment
Comment #46499834
Hi, thanks! Today the game is focused on digital logic, It would be fun to put resistors, capacitors or maybe transistors, maybe as a mod, but the algorithm would be a little diffe…
-
comment
Comment #46499780
Thanks!
-
story
Show HN: Circuit Artist – Circuit simulator with propagation animation, rewind
Hello, Circuit Artist is a game about drawing digital circuits as pixel art — like MS Paint, but pixels are wires and little triangles are NANDs. Hit play and the simulation runs i…
-
comment
Comment #46398607
Thanks! Yeah I got inspiration from Wireworld and Wired logic , just wanted to build a "paint" layer on top of it one day but i end up adding more and more :)
-
comment
Comment #46398496
Hello, I've just added some new changes to my circuit simulation and game and wanted to share it here. The game is open source and available in full in Github and on Steam: https:/…
- story
-
comment
Comment #45479678
The genious leadership at prime video thought it would be a good idea to introduce adds not only on the beginning of movies but also in the middle of it, with an extra paid option …
-
comment
Comment #44851438
Same!
-
comment
Comment #43386702
It's handy for non-tech-savy people, namely the elderly. It can be used for playing music: "Alexa play X", "Alexa shutdown" is all the user needs to know.
- comment
-
comment
Comment #42198315
If a cable goes down, isn't the traffic just re-routed? Don't see the point of intentional damage here.
-
comment
Comment #42062186
That "enough of the damn emails" moment from Bernie Sanders during the democratic debate was very weird to say the least. It seemed he wasnt interested at all at moving forward wit…
-
comment
Comment #41554267
That looks cool, I'll take a look thanks! I've been studying how to implement blueprints+layers, that might give some good clues indeed, thanks!
-
comment
Comment #41554234
You're right, I'll put better instructions this week. In the message you sent it seems to be a git submodule initialization thing.
-
comment
Comment #41547612
I haven't thought of that. It might be cool to add something like that for some extra puzzle/optimisation element. I guess it might be useful for netlist export? thanks
-
comment
Comment #41545852
I'm glad you liked it :) . That's a good idea for the colors, I'll put it in, thanks! You're also right about the trailer, I'll put it there.
-
story
Show HN: I made a digital circuit drawing and simulation game
Inspired by games like Turing Complete/Virtual Circuit Board/Logic World, I tried to make a mix of aseprite and wiredworld/wired-logic, the idea being the user can build a digital …
-
comment
Comment #16293921
This looks so cool! I wonder if they'll make training data available
-
comment
Comment #16019453
Not necessarily. You can still provide decent services collecting anonymized data.
-
comment
Comment #15950630
For "easy gpu programming" look for tensorflow or any of these "run on CPU and GPU" libraries. For anything else there's no magic, need to write kernel code and take care of memory…
-
comment
Comment #15318084
caffe2, proxygen
-
comment
Comment #15136965
Isn't there latency problems if you render your game on the cloud? I mean, you need to move the frame from Amazon GPU to your GPU I suppose.