Ask HN: What are you working on?
171–180 of 751 posts
Re: Ask HN: What are you working on?
#172Problem: Limited time to work on it. I have a working prototype with one-to-one, one-to-many, and many-to-many messaging/mailing working fully encrypted over ipv4. Building out the transport methods is the next main task (ipv4 works, need ipv6/tor/i2p/file/qr/etc).
Re: Ask HN: What are you working on?
#173Re: Ask HN: What are you working on?
#174Re: Ask HN: What are you working on?
#175Re: Ask HN: What are you working on?
#176Earlier quoted context omitted.
You be interested in some software I found yesterday called Godot: https://godotengine.org/ It's got a fairly nice GUI and allows you to script events in a scripting language that's like a mix between Python and C++. You can also just use C++. Everything works as part of a "scene-tree". The physics and rendering engines are swappable. I believe it uses SDL2 by default. I'm pretty new at game-dev stuff. Most of my wor…
Hi. Thanks, I've heard about godot, although haven't tried it. For now, I prefer to have more flexibility though.
Re: Ask HN: What are you working on?
#177The inspiration for this project came from Wikipedia and the Internet Archive partnering to fix broken links on Wikipedia[1]. After briefly searching around I couldn't find any great tools for this, and I decided it would be an interesting side-project. I was also looking for a good medium-size project to improve my Go skills and understanding of concurrent programming.
From here I'd like to implement recursive searching functionality and depth limiting. I think this would greatly improve the appeal of the tool.
* [0] https://github.com/mschwager/riplink * [1] https://blog.wikimedia.org/2016/10/26/internet-archive-broke...
Re: Ask HN: What are you working on?
#178Project: Distributed, trustless, anonymous, encrypted, messenger/mailer with the goal of hiding senders and receivers of messages. Also can't be brought down since it is distributed. Problem: Limited time to work on it. I have a working prototype with one-to-one, one-to-many, and many-to-many messaging/mailing working fully encrypted over ipv4. Building out the transport methods is the next main task (ipv4 works, nee…
How are you making them anonymous?
Re: Ask HN: What are you working on?
#179We're building a new type of wind turbine that generates energy using significantly less material, making it cheaper to install. We do this using huge fixed wing kites made of carbon fibre. Reqd more qnd follow our progress on http://kitex.tech
Re: Ask HN: What are you working on?
#180As a hardware side project I've been designing and building an open source split-flap display - the kind of electro-mechanical displays you used to see in train stations and airports that loudly flip through letters and numbers as they update. https://scottbez1.github.io/splitflap/ Have a few working prototypes ( https://www.youtube.com/watch?v=bslkflVv-Hw ), but I'm currently redesigning the electronics/PCB to make…
This is super cool! The clackety-clack is soo satisfying. I'm working with someone on developing electronic noses (arrays of gas sensors to identify compounds, do process automation), and he too is concerned on keeping the boards easily-built: DIP ICs, through-hole components, etc. I always wonder what the actual demand is for this. Open-source hardware is great, but how many people are ordering bare PCBs, sourcing e…
Since the electronics for this project are simple enough I've ended up leaning towards a through-hole board to pair with an Arduino, but I'll admit that I haven't kept up with the cost of small orders of fully-assembled PCBs these days.