Project: Standard Notes. Focuses on being as simple as can be, but gives power to extensions and privacy. All notes are end-to-end encrypted. It's available on all major platforms, and just works.
Ask HN: What are you working on?
101–110 of 751 posts
Re: Ask HN: What are you working on?
#102Project: ARKData has been an ongoing project since mid-2015, when it began as copying player names from the arkservers.net page into an Excel spreadsheet. Having transformed this into a static site generator has taught (and retaught) me a great deal about front-end technologies and application architecture - from data ingestion to browser rendering.
I'm currently working on 2 upgrades - first, porting the SteamQuery application from PHP to Powershell, to natively use it instead of having to depend on another data source. Steam servers reply with a blob of information, when given the correct command over UDP. Arkservers.net just runs a PHP application called SteamQuery that queries a server with UDP and parses that into JSON. I rewrote my port yesterday - output is only missing a few data items - player play times, & server name/map/filename since these are not delineated. It's a series of pre-parsers, parsers, and post-parsers - Valve, why do your servers not speak JSON directly?
Second, using SQLExpress as a back-end. I'm currently using numerous CSVs and JSON flat files as a data store. Hopefully, this will improve application performance somewhat, and allow for better statistical analysis. With flat files, it takes several seconds to build a list of players seen in the past 24h.
The application isn't currently running - I only run it when I'm playing, against the server I'm playing on, and I'm not currently playing on any servers. There's a demo site still up, from the last time the application was operational: http://gilgamech.com/ARKData/_Wiped_2_4__NoobFriendly_8xT_3x...
Github (Slightly out of date): https://github.com/Gilgamech/ARKScrape
Re: Ask HN: What are you working on?
#103I have a project to get to know something about ML in computer vision. The project I'm doing that with is OCR of a noisy, low-resolution image (~32x16) Main problems: * Since the resolution is very low, I found it hard to use traditional CV approaches to segment individual characters and classify those (for example: is this rectangular blob a few pixels diagonal a dash symbol or just noise) * End to end CNN approach…
Re: Ask HN: What are you working on?
#104Extract frames from video
Replace each AxB tile in each frame with another frame which has the closest average colour
Rebuild the video from each mosaiced frame
Re: Ask HN: What are you working on?
#105Re: Ask HN: What are you working on?
#106Project: https://www.primrosevr.com is a web-oriented, immersive environment for building applications. In Primrose, you write idiomatic ES2015 JavaScript code to define interactive objects and let the framework manage the VR-ness for you.
I've been a web developer for 20 years, and I've been building VR and AR apps in browsers for almost a decade now. Primrose started as a collection of my habits for building browser-based VR apps to become the first WebVR framework in the world.
I've built a few apps using the framework, including this one for a client (https://www.bloomberg.com/news/articles/2016-12-06/goldman-s...). Y-Combinator was interested in us, but I most emphatically do not want to leave DC (y'know, cuz the metaverse isn't just one city).
Definitely open to taking on collaborators. I'm open to taking on motivated beginners, even open to mentoring people, so long as I don't need to constantly chase you down to see how you're doing or spoon-feed you answers.
Re: Ask HN: What are you working on?
#107First, my torrent tracker, "Notorious" (https://github.com/GrappigPanda/notorious). This has been a constant project of mine for at least 7 months now. There's still a lot of improvements which can be done, but this brings up the second project I'm working on: "Olivia" (https://github.com/GrappigPanda/Olivia), a distributed KV store. I'm currently reading through Paxos papers and geearing up to implement Paxos, Raft, Epaxos, or something (by myself because I like difficult things) so that the KV store has consensus.
I plan to have a horizontally scalable torrent tracker, for no other purpose than to have said I did it.
Re: Ask HN: What are you working on?
#108I'm working on an automatic chicken coop door. Using a linear actuator and ESP8266. A mix of Arduino c and HTML/JS for the interface. Playing with flexbox, svelte, webpack, and fontello.
Going to release it anywhere? There's other hackers out there with chickens (me!)
Re: Ask HN: What are you working on?
#109Solution: http://hotdonuts.info/
And yes, this is the most important problem in the world.
Re: Ask HN: What are you working on?
#110I, along with my co-founder, are working on a shopping platform for furniture and decor seen on the set of movies and TV shows: https://www.seenonset.com Startups definitely like to deck out their offices with some of the nicer high-end designs. Even Y Combinator's home page image carousel has the likes of the Bertoia Diamond Chair and the Nelson Saucer Pendant Lamp on show! Though a lot of startups go for the replic…