Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Saturday, June 17, 2023
Show HN: Meg-4 the Open Source PICO-8 alternative https://ift.tt/vYINHRJ
Show HN: Meg-4, the Open Source PICO-8 alternative Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - multilanguage support - uses UTF-8 encoding (BMP only) - sophisticated user input methods (direct codepoint, composition, Hiragana and Katakana etc.) - provides a large and efficient API library for your scripts - supports C, BASIC, Assembly and Lua scripts (more to come) - supports wide variety of file formats (Amiga MOD, MIDI, Tiled TMX, PNG, etc.) - capable of importing PICO-8 and TIC-80 cartridges - runs in your browser: https://ift.tt/8tai2gT It might not look like much at first glance, but it surely shows its strengths when you start using it (for example automatic API help as you type in the code editor, or invoking the built-in debugger if your script crashes, things like that which makes development easy and fun). Also check out its well-structured and comprehensive documentation: https://ift.tt/z4ZyvEB Binaries are provided for emscripten (web), Windows, Linux (statically linked SDL and GLFW3+portaudio, dynamically linked deb package for Ubuntu and RaspiOS). It is still in early in development, but almost feature complete. At this stage, expect minor bugs here and there, but should work most of the time. The interface is already translated to 25 languages, but the built-in help and the user manual is only available in English for now. Let me know what you think! https://ift.tt/8tai2gT June 16, 2023 at 09:34PM
Show HN: Discuit A Reddit alternative with a clean UI and a sensible vision https://ift.tt/IKDZiWN
Show HN: Discuit – A Reddit alternative with a clean UI and a sensible vision Hi HN, this is a platform (Discuit, pronounced "diskette") I've been working on for about two years. I initially built it for a niche demographic (my native country). But now with Reddit going dark and people looking for a new place to migrate to, I'm doing a quick launch today. A few quick things: 1. I don't believe federated platforms will ever become mainstream. They have a whole host of problems, not the least of which is that they're too complicated for most people to use. This platform is not, therefore, federated. 2. I don't know what the best way of monetizing a thing like this is. I see only two options: the Wikipedia model of running on donations, or being advertising supported (along with a paid ad-free tier). The Wikipedia model works quite well for small-scale and bandwidth light projects, but I don't think a large social media platform can ever be funded that way. 3. Whichever option of monetization I take (if this takes off, that is) what I can say with certainty is that this will not go down the path of previous platforms. I don't believe the SV grow-fast model has worked very well for the end users. I have no interest in chasing growth for its own sake, or in chasing valuations, or in capturing as much attention from the users as possible. On this platform, therefore, there never will be any dark UI patterns. Avoiding enshittification is a primary goal of mine. 4. My vision for this platform, and for social media in general, is about giving users agency; the freedom to choose their social experience to their liking. What this would mean in practice are things like: ability to customize the UI; ability to filter content as one wants; ability to tweak recommendation algorithms; ability to turn on and off things like infinite scroll and suggested posts; and so on. I hate how all the current platforms want to tightly control my experience for me. I go into all this in a bit more detail in my introductory blog post: https://ift.tt/Hp9rsDc I know many HN users hate the New Reddit layout, which is what I've based this site on, but don't be bothered by it too much, I will be adding a much more compact layout sometime later. https://discuit.net/ June 17, 2023 at 12:03AM
Friday, June 16, 2023
Show HN: Chronological List of All the James Webb Telescope Discoveries https://ift.tt/RkpENIO
Show HN: Chronological List of All the James Webb Telescope Discoveries https://ift.tt/tK5Rk62 June 16, 2023 at 08:17AM
Show HN: adjust dynamic adjustment for system parameters https://ift.tt/jOpIm6d
Show HN: adjust – dynamic adjustment for system parameters I made a tiny utility to be able to adjust sound, brightness, gamma etc., from the terminal. In the file ~/.adjustments, just add a name for the thing you want to control, then low high step and initial values, can be decimal, and then a line with the command you want to execute, with a single '%' being replaced with the value. Hit 'q' to finish. It's super handy to have ← → cursor keys to adjust a setting, rather than retyping the command in full. https://ift.tt/suzpr5S June 16, 2023 at 06:34AM
Show HN: Regrail Open-Source Visual Data Transformation and Querying Tool https://ift.tt/HKwsJNW
Show HN: Regrail – Open-Source, Visual Data Transformation and Querying Tool As a software engineer, it's frustrating to see those who can't code stuck with spreadsheets as their most powerful data tool. This is especially true when there is such a thin layer that exists to access arbitrarily powerful data and AI/ML tools (typically just Python and pandas/SQL). I built Regrail last year to demonstrate a visual, procedural tool that abstracts the primitives of data engineering. It uses a block-based editor that allows users to see the changes they are making to tables step by step. You can think of it like a visual DAG builder. I believe that data literacy is fundamental to human progress, and I'd love to see a world where a more advanced data tool than Google Sheets is available to the general public and working with data can be as fun and collaborative as coding or design. Regrail may be a good starting point for this and I'd love to turn it into a community project to get it to a v1.0 state. Feel free to send me an email if you'd like to get involved. https://regrail.io June 16, 2023 at 02:09AM
Show HN: Real or AI Guess IF THE IMAGE IS REAL OR AI GENERATED https://ift.tt/3algxcz
Show HN: Real or AI – Guess IF THE IMAGE IS REAL OR AI GENERATED Made a lil game recently using only AI where users have to guess if the images shown are real or ai generated any suggestions? https://ift.tt/SimlwXx June 16, 2023 at 02:01AM
Show HN: At Kickyourstartup.com we provide entrepreneurs with a db of investors https://ift.tt/2Zm0fh7
Show HN: At Kickyourstartup.com, we provide entrepreneurs with a db of investors https://ift.tt/w2nedGE June 16, 2023 at 01:18AM
Subscribe to:
Posts (Atom)
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...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...
-
Show HN: Federated IndieAuth Server implemented as a notebook https://ift.tt/32IC633 April 27, 2021 at 04:37PM