HN user

Lws803

57 karma
Posts11
Comments32
View on HN

Came across this interesting reddit post recently and it got me wondering if we're just building Rube Goldberg machines to do simple things.

Stuff like listening for new rss feeds, running a diff on it, and showing what's changed has been blown up to a cron job running on an OpenClaw setup that constantly researches the web every few minutes and generate the outcome.

I built this so my followers and my boss know I'm actually doing gods work.

Nom connects to your GitHub and turns your activity into a public feed people can follow. Every PR merge, commit pushed, and release gets auto-summarized into plain English. Your feed is public and shareable. We also auto-generate memes from your commits because why not.

Open source: https://github.com/nom-social/nom

What GitHub events would you actually want surfaced beyond PRs, commits and releases?

I always wondered, if deep research has an X% chance of producing errors in it's report and you have to double check everything + visit every source or potentially correct it yourself. Then does it really save time in helping you get research done (outside of coding and marketing)? .

ChatGPT Search 2 years ago

You might like what we're building in that sense :D (full disclosure, I'm the founder of Beloga). We're building a new way for search with programmable knowledge. You're essentially able to call on search from Google, Perplexity other search engines by specifying them as @ mentions together with your detailed query.

I think generative search itself has room for disruption and I'm not too sure if a chat interface or a perplexity style one is necessarily the right way to go about it.

I'd like to see search (or research in broader sense) a more controllable activity with the ability to specify context + sources easily in the form of apps, agents and content.

I would argue that "They should either be copy-pasted into your codebase" would cause more code liabilities and maintenance required further down the line. I've personally seen codebases with a ton of custom code, copy-pasted code, inspired implementations before and it was horrible to get them up to speed with the latest functionality / best practices. I agree that having too many micro-libraries might not be beneficial though, but perhaps look for larger, more well-established libraries that encompasses those functionalities :)

100% this should never be an excuse to push for a faster outcome. I have to admit though, as a personal mental exercise, this has saved me countless of hours from going down the rabbit hole of over-engineering. Some problems just need a simple solution, sometimes even without any changes to code.

[dead] 2 years ago

Hey everyone! I'm building a knowledge hub / workspace search tool that works off of Google Drive, One Drive, Notion and more to come via integrations. You can also store files, capture links and write notes directly on Beloga.

I'm building this tool out of a pain point I've experienced from my previous company where I was an engineering manager. I've faced multiple situations where I've had to context switch to answer questions from my direct reports, directors and project manager while working on something else. Believe it or not, the flow of answering questions can take some time as an engineering manager:

1. Receive a question on Slack / Email

2. Understand the question

3. Retrieve documents related to the question

4. Understand the documents

5. Transform / craft out a response based on the sources

6. Send it

7. Profit / get a follow up and the process repeats from point 1.

I'm hoping to cut it down to something like this (where AI and search does most of the work but I can still validate the response + sources):

1. Receive a question on Slack / Email

2. Pass the question over to Beloga

3. Understand the output generated from Beloga and double check sources (double check)

4. Send it

5. Profit (inquirer can ask follow up questions themselves)

I've considered other tools such as Glean, Guru, Unleash.so, Danswer and Google Gemini but they all require much deeper integration with the org which will obviously take a longer time for me to get an approval for from the CSO directly.

Security is definitely a priority for me especially since Beloga might come across sensitive organization docs but my overall goal is to build a tool that is easy to get started with especially for situations where use of Gen AI is permitted in the work place.

Imo, it would be tough to regulate such a device though. It could be a mere router that is rooted with custom firmware or a Raspberry Pi. Not to mention, China is the manufacturing hub for most of these electronics, they have a lot of the components there as well to help you build one from "scratch" if you really want to.

Regulating the distribution of electronics at such a micro scale would be detrimental to businesses and startups in China.

[dead] 3 years ago

Folks were using AirDrop to send anti-communist files or posters to others in a short range, resulting in a crackdown by the Chinese government on AirDrop and bluetooth file sharing. I believe Apple complied and implemented a 10-minute cool down on file sharing with strangers.

[dead] 3 years ago

Makes me wonder about the impartiality and objectivity of fact checkers in the US. Or are republicans just not as credible?

GigaChadGPT 3 years ago

This project started out as a joke where I needed a motivational bot to help me hit the gym Now that ChatGPT's APIs are released, this is finally looking more realistic. GigaChadGPT uses ChatGPT under the hood with some "clever" prompt engineering. Hope you enjoy!

Best to remain neutral IMO and focus on building the tools for both sides irregardless of your own personal political stance. I really like the approach taken by instant messaging platforms, particularly Signal's approach of being e2e encrypted. That makes them not liable in most cases even in court to withholding information because they physically can't lol. It also means they'll have no way of deciding if they should censor right wingers / left wingers.

In a way this was also what inspired me to build Soul, though I get the appeal of being decentralized and all, I think we can still remain impartial by being an external provider with no access to any other information (e.g. user posts) besides user accounts and relationships.

It kinda does actually, I'd say this gives you an experience close to having a Facebook with groups but each of these groups are self managed and self hosted in whatever way you want. You still end up having a single account at the end of the day and a single friend's list.

You don't really have to deal with multiple platforms if you don't want to, but if you have to, it'll be as seamless as something like a "login with Google".

It might also be good for content creators cause you'll be able to follow them across different platforms (e.g. instagram, tiktok, twitter, youtube) without actually having to sign up on every single one of them. And content creators won't have to lose their subscribers / followers on new platforms.

We'll need to have better validation in place for sure, that's a good suggestion though. It's tricky to moderate for bots while not limiting a user's freedom of expression. Maybe in the future, we can have some kind of voting system where if more than x number of verified platforms voted against a Soul account for bot activity, we will ban that user entirely from Soul.

That is right :) one credential / account for all instances, we function as third party OAuth provider, it's possible to integrate as long as your platform can integrate allows authenticating through OAuth. We offer a few other features as well but they're not readily supported by Mastodon yet atm, ideally we'd love to centralize user relationships as well so that you won't have to rebuild your friends and followers list on every platform.