Live data from Hacker News

Ask HN: Show me your half baked project

news.ycombinator.com

561–570 of 841 posts

Re: Ask HN: Show me your half baked project

#561
Hello Everyone.

I’ve been working on a project called DFlex: https://github.com/jalal246/dflex that contains multiple packages all written in Pure JavaScript to manipulate DOM elements in a completely new way depends on creating a DOM registry.

The ultimate result is moving every element from destination to target with CSS animation. This means all possible operations should be done in 60fps.

It is also extendable. In most existing solutions the more elements you are trying to manipulate the more lagging you get. Here, no matter how many elements you are dealing with it’s always going to interpret each movement to CSS transform without asking the browser to get the node for each request. It is not restricted to any frameworks I have examples for React and Vue with some explanations inside each package. And maybe add more later. It includes:

  • DOM Generator DOM relations generator algorithm.
  • DOM Store Traverse through the DOM tree using element id.
  • Drag & Drop Lightweight Solution for a Drag & Drop App based on enhanced store algorithm.
  • Draggable High-performance draggable elements.
  • Unit test & end to end test
  • Packages are decoupled and work separately. Each package has it own universe including test and playground
There's a lot to add and improve with new packages. I am looking for contributors who like to get involved in open source. So, if you are interested, open an issue, or pull request. I need your support. Thank you!

Re: Ask HN: Show me your half baked project

#562
Umbrella - a free open source app to help people learn about digital and physical security. From how to use Signal for safe communication to how to deal with a kidnapping. Multiple languages and widely used by journalists, activists, aid workers, traveling business people and those any one living in high risk countries.

More info: https://www.secfirst.org

iOS: https://apps.apple.com/us/app/umbrella-security/id1453715310

Android: https://play.google.com/store/apps/details?id=org.secfirst.u...

Web (Beta): https://umbrella.secfirst.org

Re: Ask HN: Show me your half baked project

#563
post #559

A DNS web client that doesn't suck: https://www.nslookup.io The main functionality is now pretty much complete, but is in dire need of a visual redesign. It also lacks parsing of many record types and email configuration in TXT records. Additional landing pages for specific DNS record types are also still to come.

This is awesome, i frequently use similar tools, but this is far cleaner than the rest! Instantly went to my bookmarks!

Re: Ask HN: Show me your half baked project

#564

I bought a paid of Wahl Senior hair clippers from the US and I figured all I'd need was a step down transformer (240v to 110v) for it to work and boy was I mistaken! Apparently you need to also take into account the frequency of the current. To cut the long story short, all my early search for a solution was leading me to overpriced "kits" on ebay and the likes. All you have to do is type "frequency 60hz clippers" to…

Add a blog, pay a writer because SEO gobbledygook will rot your brain (I believe they use ahrefs to get keywords), add JSON-LD structured data. Cultivate back links, maybe post in forums where people are already discussing this. There is not much good technical SEO info out there for developers to find. It is frustrating for someone used to being able to find documentation/best practices easily. This is stuff that I…

Thanks. I've set my mind on learning as much as I can beforehand so I don't get bamboozled when I start delegating. But I agree that SEO appears to be a black art, to me at least!

Re: Ask HN: Show me your half baked project

#565

MobileUO: https://github.com/voxelboy/mobileuo/ I ported Ultima Online to Android and iOS devices. It's a really old MMO at this point but still has a niche following. New community shards are still popping up and some of them (such as UO Outlands) have high populations. I opened up a Patreon for the project in hopes that the community and the shard owners would support me enough to keep working on it but I never got…

wow neat. ipy pvp on touch screen would be hell omg. very cool!

Re: Ask HN: Show me your half baked project

#566

Umbrella - a free open source app to help people learn about digital and physical security. From how to use Signal for safe communication to how to deal with a kidnapping. Multiple languages and widely used by journalists, activists, aid workers, traveling business people and those any one living in high risk countries. More info: https://www.secfirst.org iOS: https://apps.apple.com/us/app/umbrella-security/id1453715…

how is this half-baked, not ready for prime-time?

Re: Ask HN: Show me your half baked project

#567
http://byexample.xyz

Ran out of time to make more content, but I still add something every now and then when I learn something new. I think the plan was lots of useful copy-pasteable snippets (inspired by the gobyexample site) and then some ads.

For the curious, it is a Jekyll site (ported from Hugo) served from GitHub. Source on github. Workflow is super nice - edit markdown and run locally (if you want to preview - you don't need to if you dont want) and just push to GitHub and the changes are live within a minute or two - GitHub pages is an awesome service for this sort of thing.

Re: Ask HN: Show me your half baked project

#568
Building an editor to create, view and edit vim color themes in your browser. Half-baked app architecture with a self-built redux and event emitter and code structure, gets the job done though.

https://pintovim.dev/

https://github.com/alajmo/pinto

Also building mani, a tool that helps you manage multiple repositories. It's helpful when you are working with microservices or multi-project system and libraries and want a central place for pulling all repositories and running commands over the different projects. You specify projects and commands in a yaml config and then run the commands over all or a subset of the projects.

https://github.com/alajmo/mani

Re: Ask HN: Show me your half baked project

#569
I don't have a link, because this is a Discord-based project, but it's a scheduler for D&D games.

A DM issues a command in a channel, which generates a link for them to use; the link takes them to my website, where they choose their available dates and times. Once they're done, a message is sent back to the Discord channel with the possible play dates, and potential players vote by reacting to the message with the emojis which represent the available dates.

The DM can "lock" the votes and choose the date by reacting with another emoji on a "summary" message.

It works, but the match-the-emoji-with-the-date interface is annoying, since you have to keep track of which emoji means what. I'm going to eventually rewrite it to send multiple messages, one per date, but I got stuck when trying to add React to the project (for no good fucking reason.)

Re: Ask HN: Show me your half baked project

#570
post #560

Been spending the last 2 years or so working on putting together a data processing and exploration tool. Primarily allowing for the importing of csv files, though handle excel files to a degree (need to improve that). The data exploration side basically allows the user to put together a stack of transformations which then get applied to the data which the user can then view the result of. The data processing side all…

Heard of Trifacta? Something similar?
Post reply on HN