Wednesday, June 14, 2023

Show HN: An attempt to assess truth quantitatively https://ift.tt/cwLrPUQ

Show HN: An attempt to assess truth quantitatively Show HN: An attempt to assess truth quantitatively Everyone has a rough idea of what is true based on their experience and interpretation of available evidence. However, it is hard to assess how true something really is because different people have different experiences and interpretations of the world around them, and because the evidence – or one’s interpretation of that evidence – can change at any moment. Marqt.org attempts to solve this problem by aggregating the wisdom of the crowd to arrive at a quantitative measure of how true something is, and how it might change, in real-time. The project imagines what it would be like if you built an open-source knowledge base like Wikipedia using the format of Twitter and verified everything with Stack Overflow. I initially announced Marqt.org several weeks ago here: https://ift.tt/XACEDqO After hearing from some of you, I have reassessed my assumptions and made some changes that I hope will improve the system and encourage you to try it out. * Privacy and anonymity Against conventional wisdom, I intentionally did not install analytics or tools that track user behavior from the start. I am leaning into this further, allowing you to use the full feature set anonymously. I still do encourage you to sign up for an account though, and there are now further privacy protections for those that do. You can read the details of how I do that in the comment below. * Dialing in how true or false a statement is Truth is not black and white, and while the purpose of Marqt.org is to navigate the nuances around partial truths (by saying something can be 68% true, for example), forcing users to take a binary position to get there doesn’t really seem fair. So now, instead of just being able to “marq it” true or false, you can dial in how true or false a marqt is. This also allows abstaining, by setting your marq to 50% (it will snap to 50 from 45-55). It also somewhat acts as an “undo,” if you marq a marqt by accident. Hotkeys still allow you to go fully true or false with “j” and “k” (or "t/f"), but now you can also hit “n” to go neutral. * It is easier to evaluate than create Adding a remarq puts a lot of pressure on “getting it right” and being comprehensive. It also requires work and time and is something that generative AI can do easily. So now, when you make a marqt, remarqs that argue each side are auto-generated, hopefully providing a contextual base to critically engage with. Then you can upvote or downvote the remarqs based on how remarqable or unremarqable they are, and add a remarq yourself if you want to add to the conversation. * Leaning into the subjectivity of truth I still don’t know what makes a good marqt yet. It took the internet some time to figure out what a good tweet is, so I’m hoping the same can happen with Marqt.org. One of the core assumptions that the marqt is built on is around the subjectivity of truth, and so I’ve front-loaded some marqts that lean more into individual experience ["I am skeptical of most things I see.", "I feel optimistic about the future of humanity.", "I am confident my job cannot be replaced by AI.",] (see below for how marqts are sorted). Lastly, I concede that this project can be seen as a naive idea built on quixotic fantasies, but I genuinely believe that we can solve the problem of misinformation in the age of LLM hallucinations, social echo chambers and media bias, and I sincerely hope that you and Marqt.org can be a part of that eventual solution. arthur@marqt.org https://marqt.org June 13, 2023 at 07:59PM

Tuesday, June 13, 2023

Show HN: Build webpages including channels, blogs, and more https://ift.tt/AsB2dFX

Show HN: Build webpages including channels, blogs, and more Hello HN! I'm David, a developer. I'm building a service that can contain channels like Slack since 5 months ago. It's not SaaS(It's free like reddit or HN) It named SlashPage. It's live today. I'd love to your feedback. I'm prepared a short video to make it easier to understand. https://youtu.be/zScnyiG_lok Website: https://slashpage.com (No sign up required) https://slashpage.com June 13, 2023 at 03:20PM

Show HN: Open-source icon set with 4000 icons https://ift.tt/fCyz530

Show HN: Open-source icon set with 4000 icons It's our biggest open source icon set ever with 4,000 icons in four styles: Line/Solid/Duo/Flat Core is like the Helvetica of icons. Neutral and versatile. Built on a tiny 14px grid for maximum legibility. Currently, it's available on Figma but we're working to add it to our web app, desktop app, and GitHub. Here's a link to the file: https://www.figma.com/community/file/1250041133606945841/4%2... Thank you for the feedback and hope you use them! https://ift.tt/m9LhMvd June 13, 2023 at 12:43PM

Monday, June 12, 2023

Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years https://ift.tt/sXVPmef

Show HN: Non.io, a Reddit-like platform Ive been working on for the last 4 years Heya HN, I've been working on a reddit-like platform as my primary side project for the last few years. Doing a (very) soft launch today, mainly because I want to use it to encourage discussion of alternatives. How non.io works: 1. Free to browse, paid to interact. 2. Minimum subscription is $2 (though you can choose more). I take $1 to run the servers, everything left gets split evenly between everything you upvote that month. It's a simple model, but I hope it's a better one than the freemium model we've been relying on for the last few years. Fundamentally I feel like any ad-supported network doesn't have alignment between the needs of the users and the needs of the platform, which is what drove me to make this. Because this is a soft launch, if you do subscribe I'd encourage you not to pay for the time being. I'm still testing the distribution algorithm for returning funds - you won't get overcharged or anything, but I just want to guarantee your funds are properly distributed at the end of the month. I've opened up free accounts to post and interact in the meantime. If you want to try a test account, use this login: login: hackernews pw: helloworld If you want to browse the code or the api: https://api.non.io https://ift.tt/S4x1b9V https://non.io June 12, 2023 at 10:24PM

Show HN: Stable Diffusion powered level editor for a 2D game https://ift.tt/zysnZcl

Show HN: Stable Diffusion powered level editor for a 2D game Hey folks, I’ve been working on using control-net to take in a video game level (input as a depth image) and output a beautiful illustration of that level. Play with it here: dimensionhopper.com or read the blog post about what it took to get it to work. Been a super fun project. https://ift.tt/qVisbm0 June 12, 2023 at 09:01PM

Show HN: Run your own Vercel in minutes https://ift.tt/9ovg2sn

Show HN: Run your own Vercel in minutes https://instellar.app June 12, 2023 at 06:43PM

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://ift.tt/USsc3jY

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) There are a lot of times when I want to define a function on the server and simply call it from the client without all of the additional setup. I made Prim+RPC to do just that. It bridges two JavaScript environments where you can't immediately call a function (like those defined on a web server or in a web worker) and makes it available to call from the client, regardless of transport, without compiler magic or additional wrappers, and using your favorite existing tools (as well as being fully typed). https://ift.tt/OWrTbAa June 12, 2023 at 05:35PM

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems https://ift.tt/onuTQWR

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems Anti-Cluely is a lightweight tool designed to detect common...