Postingan

Show HN: Marimo – open-source reactive Python notebook – running in WASM https://ift.tt/X54JxD8

Show HN: Marimo – open-source reactive Python notebook – running in WASM Hi HN! Last month, we shared marimo [1][2], an open-source reactive notebook for Python. For those who missed it, marimo notebooks are reproducible, stored as Python files, executable as Python scripts, and deployable as web apps. It’s now possible to run marimo notebooks entirely in the browser via WebAssembly (WASM). - A marimo tutorial as a WASM notebook: https://ift.tt/jYv0Xmn - Training a neural network with Karpathy’s micrograd: https://ift.tt/ulZtd7v - Visualizing attractors, as a read-only app: https://ift.tt/6Pt9dAF - A blank notebook: https://marimo.new - Docs: https://ift.tt/L60oAPd WASM notebooks let you experiment with code without having to install Python on your machine. These notebooks can be easily shared — marimo includes a button that generates a marimo.app URL (code encoded as a query parameter), and marimo.app has a built-in permalink generator. We also support embedding via iframes: you can u...

Show HN: PyAirbyte – We built a lightweight Python library for ELT https://ift.tt/OlwQSK4

Show HN: PyAirbyte – We built a lightweight Python library for ELT https://ift.tt/jLH1zfc March 1, 2024 at 12:51AM

Show HN: Pinkary.com – one link for all your socials https://ift.tt/WQT704V

Show HN: Pinkary.com – one link for all your socials Pinkary allows you to create a minimal profile page that showcases all the important links you wish to share with your followers. Here is my profile on Pinkary: https://ift.tt/TCLJDyw . Right now, Pinkary's running on PHP 8.3, Laravel, Tailwind, Pest, Livewire, Alpine, and we're using Mailcoach for emails. Oh, and we're all in on SQLite – using it for the database, queue, sessions, and cache. https://pinkary.com/ February 29, 2024 at 11:49PM

Show HN: We Built the Fastest Spreadsheet https://ift.tt/0DBwrem

Show HN: We Built the Fastest Spreadsheet https://rowzero.io February 29, 2024 at 10:57PM

Show HN: Fractional GPUs for AI https://ift.tt/KdjDCGk

Show HN: Fractional GPUs for AI https://ift.tt/nNz7rPy February 29, 2024 at 12:20AM

Show HN: Noop Workshop, Develop with Local/Cloud Parity https://ift.tt/irYnvad

Show HN: Noop Workshop, Develop with Local/Cloud Parity Hello HN, Milin @Noop.dev[1] here! We're very excited to share Noop Workshop with you! For the past several months we have been preparing to launch the Noop Developer Platform. The platform handles all aspects of running and operating your software. Until a few months ago, our focus was on hosting and running software in the Cloud. But we realized there's a growing need for local development tools that can help make the transition from local development to cloud hosting easier. And so, Workshop was born. We felt existing tools were either too specialized or too disconnected from the specific constraints and complexities of cloud hosting. Noop Workshop aims to solve this problem by defining an Application in one unified format that works in both local and cloud environments. It’s possible to use Noop Workshop even if Noop Cloud is not your target deployment. The Noop Application config, called a Blueprint, will be familiar ...

Show HN: Scribbler - An open source notebook tool for JavaScript https://ift.tt/s7CqkXn

Show HN: Scribbler - An open source notebook tool for JavaScript Scribbler is a tool to do experimentation in JavaScript using a notebook kind of environment. It runs in the browser without the need for a backend. It is deal for learning and experimentation in JavaScript. USP of Scribbler are: no login, no node/npm, can load ES 6 modules. Check the website at: https://scribbler.live . The web-app is available at: https://ift.tt/7lOLwMR . Scribbler has been built to satisfy a need for doing experimentation. Jupyter Notebook is very popular amongst python developers and data scientists for experimentation. It gives a simple interface for experimenting in python for testing code or for experimental analysis. Jupyter Notebook provides this application by running what is known as a “kernel” in the backend and giving back the results to the ui for display. It is an open source and free to use tool. Thus it has become extremely popular. As it is in Python, it requires installation of python e...