Show HN: Notion Workspace for Freelancers, Consultants and Entrepreneurs https://ift.tt/3q4PkBk November 27, 2020 at 10:29AM
via Blogger https://ift.tt/3mkTi6U
via Blogger https://ift.tt/37uhmOv
(https://ift.tt/36dHqxAhttps://whatsmusic.de/frankien-interview-creating-the-singer-songwriter-genre-standing-against-racism-and-a-memorable-open-mic-episode/
Show HN: Notion Workspace for Freelancers, Consultants and Entrepreneurs https://ift.tt/3q4PkBk November 27, 2020 at 10:29AM
via Blogger https://ift.tt/3mkTi6U
via Blogger https://ift.tt/37uhmOv
(https://ift.tt/36dHqxAShow HN: 1000 GitHub Data Science projects, now executable in 1 click https://ift.tt/33nt5wT November 27, 2020 at 07:51AM
via Blogger https://ift.tt/3fFWHdM
via Blogger https://ift.tt/3q6NYpR
(https://ift.tt/39lDSviShow HN: I made a free-to-play games database API https://ift.tt/33klY8A November 27, 2020 at 06:39AM
via Blogger https://ift.tt/2V9RfGH
via Blogger https://ift.tt/36fpnqW
(https://ift.tt/2J5yLovShow HN: A Blogging Platform https://scribbble.io November 27, 2020 at 03:50AM
via Blogger https://ift.tt/39lWPy7
via Blogger https://ift.tt/2JihkAP
(https://ift.tt/3mepUz7Show HN: Dungeon Map Doodler – A free to use D&D map maker https://ift.tt/2V9u13r November 27, 2020 at 12:27PM
via Blogger https://ift.tt/2Vec43y
(https://ift.tt/2JiodlFShow HN: I Wrote a Book on Evolutionary Algorithms with Python Notebooks https://ift.tt/3mM0R7c November 27, 2020 at 07:09AM
via Blogger https://ift.tt/3nZOaFy
via Blogger https://ift.tt/3lbyGwh
(https://ift.tt/3q9DnurShow HN: Notion Workspace for Freelancers, Consultants and Entrepreneurs https://ift.tt/3q4PkBk November 27, 2020 at 10:29AM
via Blogger https://ift.tt/3mkTi6U
(https://ift.tt/37iLmNbShow HN: 1000 GitHub Data Science projects, now executable in 1 click https://ift.tt/33nt5wT November 27, 2020 at 07:51AM
via Blogger https://ift.tt/3fFWHdM
(https://ift.tt/2VbnAgkShow HN: I made a free-to-play games database API https://ift.tt/33klY8A November 27, 2020 at 06:39AM
via Blogger https://ift.tt/2V9RfGH
(https://ift.tt/2V6O8iOShow HN: A Blogging Platform https://scribbble.io November 27, 2020 at 03:50AM
via Blogger https://ift.tt/39lWPy7
(https://ift.tt/2JldXJmShow HN: I Wrote a Book on Evolutionary Algorithms with Python Notebooks https://ift.tt/3mM0R7c November 27, 2020 at 07:09AM
via Blogger https://ift.tt/3nZOaFy
(https://ift.tt/3mfdo2hShow HN: A GPS for any map (Android app) https://ift.tt/2HLlwIU November 26, 2020 at 01:15PM
via Blogger https://ift.tt/3q4E2x8
via Blogger https://ift.tt/2KO9jEx
(https://ift.tt/2V8YaQkShow HN: A GPS for any map (Android app) https://ift.tt/2HLlwIU November 26, 2020 at 01:15PM
via Blogger https://ift.tt/3q4E2x8
(https://ift.tt/2JkwTHTShow HN: Forexbook – Automated trading journal that syncs with Metatrader https://forexbook.com November 26, 2020 at 04:18AM
via Blogger https://ift.tt/2J1Z4vN
(https://ift.tt/3l7iyvLShow HN: Save web pages as self-extracting HTML/ZIP files from the CLI https://ift.tt/2JaemOC November 26, 2020 at 03:19AM
via Blogger https://ift.tt/3maaagr
(https://ift.tt/3m9DGmBShow HN: QAReplay – Record steps to reproduce effortlessly https://qareplay.com/ November 25, 2020 at 07:05PM
via Blogger https://ift.tt/37dhq4X
via Blogger https://ift.tt/2J4cIhY
(https://ift.tt/37eLCwFShow HN: QAReplay – Record steps to reproduce effortlessly https://qareplay.com/ November 25, 2020 at 07:05PM
via Blogger https://ift.tt/37dhq4X
(https://ift.tt/3fCtEYLShow HN: Hashnode – the easiest way to start a developer blog and get readership https://hashnode.com November 24, 2020 at 10:55PM
via Blogger https://ift.tt/3m6gB4a
via Blogger https://ift.tt/37naZwn
(https://ift.tt/2J1GkfUShow HN: A file server for Android, end-to-end encryption, web access Recently I’ve been playing with an idea of a file server on my Android phone, with a web browser access. I wanted to replace: – AirDroid – sending files to my own PC or laptop. – ShareIt – sending big files over the local network to my family devices. – Dropbox – sharing select files with other people over the Internet. Requirements I had in mind: – end-to-end encryption, no sign ups, no accounts, no passwords – local connection if devices are on the same network – asynchronous access, server should work seamlessly in the background This week I finally managed to stitch the pieces together and get something usable and useful. I now have full access to my phone on my laptop browser, I can share files with a link without uploading to the cloud, and the local network is used whenever possible. The file server app is on the PlayStore[1], web-client is here[2], and you can check out the roadmap[3]. Shoutouts to these great tools that made it possible: – libsodium[4], and it’s JS version, are used for the end-to-end encryption – StreamSaver.js[5], to save large files from a non-HTTP transport without buffering it in RAM. Had to patch it to add back pressure when the download is paused. Current limitations: – p2p only works on local networks, wait until WebRTC transport is implemented in the server – when downloading several files, a Zip is generated, with a 4Gb size limit, wait until I figure out the way to fix this. With a single file, it’s downloaded in plain and without limits. Please roast this thing! — [1] https://ift.tt/3kkSYUl [2] http://web.recall.im [3] https://recall.im [4] https://ift.tt/1c1syLN [5] https://ift.tt/2cMeXWn [*] A demo of some files I shared, served by my phone: https://ift.tt/3639zHA November 25, 2020 at 02:33AM
via Blogger https://ift.tt/39eq7hX
(https://ift.tt/3nWY1MhShow HN: Run a temporary DNS server that resolves a hostname to the current IP https://ift.tt/2UZasuB November 25, 2020 at 12:36AM
via Blogger https://ift.tt/39lkf6N
(https://ift.tt/3l9PUdsShow HN: I made a simple tool to sell your services on a subscription basis https://retainer.dev/ November 24, 2020 at 08:35PM
via Blogger https://ift.tt/377Fshv
via Blogger https://ift.tt/3l93xcJ
(https://ift.tt/2KxpxS4Show HN: GiftGenius a GPT-3 Powered Gift Recommendation Engine https://giftgenius.ai November 24, 2020 at 08:51PM
via Blogger https://ift.tt/3nSKaGO
via Blogger https://ift.tt/2UZmRij
(https://ift.tt/2J8Z2BOShow HN: Hashnode – the easiest way to start a developer blog and get readership https://hashnode.com November 24, 2020 at 10:55PM
via Blogger https://ift.tt/3m6gB4a
(https://ift.tt/362j0afShow HN: A first embedded Rust project – Prototype car dashboard camera https://ift.tt/2IX4dVT November 24, 2020 at 05:33PM
via Blogger https://ift.tt/2KAsiSF
via Blogger https://ift.tt/2V2ai5L
(https://ift.tt/3mi1aGhShow HN: Hosted Blazor+Fusion sample (real-time WASM and .NET 5 app) https://ift.tt/3ft0H1g November 24, 2020 at 02:32PM
via Blogger https://ift.tt/3pUY5hz
via Blogger https://ift.tt/2V1sX1C
(https://ift.tt/3pWuYKCShow HN: I made a simple tool to sell your services on a subscription basis https://retainer.dev/ November 24, 2020 at 08:35PM
via Blogger https://ift.tt/377Fshv
(https://ift.tt/39aUPIVShow HN: GiftGenius a GPT-3 Powered Gift Recommendation Engine https://giftgenius.ai November 24, 2020 at 08:51PM
via Blogger https://ift.tt/3nSKaGO
(https://ift.tt/2JeIRCTShow HN: A first embedded Rust project – Prototype car dashboard camera https://ift.tt/2IX4dVT November 24, 2020 at 05:33PM
via Blogger https://ift.tt/2KAsiSF
(https://ift.tt/2V0A3U0Show HN: Hosted Blazor+Fusion sample (real-time WASM and .NET 5 app) https://ift.tt/3ft0H1g November 24, 2020 at 02:32PM
via Blogger https://ift.tt/3pUY5hz
(https://ift.tt/3m5pDybShow HN: Sortado – Organize your Google docs, from within a doc https://ift.tt/35W5TY7 November 23, 2020 at 03:21PM
via Blogger https://ift.tt/2HtHXC6
via Blogger https://ift.tt/3fsaxjT
(https://ift.tt/39cAjYuShow HN: Speech Recognition and Audio Summarization API https://ift.tt/36IBEmK November 23, 2020 at 11:22AM
via Blogger https://ift.tt/2UVkKvN
(https://ift.tt/33fIlfkShow HN: Drawing Navigator – a browser for CAD blueprints http://www.drawnav.com November 23, 2020 at 01:59PM
via Blogger https://ift.tt/2KxmN7f
(https://ift.tt/3fA6UZdShow HN: BlogScroll – Minimalist open-source personal site/blog directory https://blogscroll.com November 23, 2020 at 08:07AM
via Blogger https://ift.tt/3m0kWpw
via Blogger https://ift.tt/2KBXSzB
(https://ift.tt/2USLQU7Show HN: Extending a Lisp-based, plain-text query language (Emacs Org mode) https://ift.tt/3pVGAxg November 23, 2020 at 04:22AM
via Blogger https://ift.tt/376NR4Q
via Blogger https://ift.tt/2Htq7PC
(https://ift.tt/35YGyNrShow HN: A list with 200+ companies sponsoring tech newsletters and websites https://ift.tt/33b0Hy6 November 23, 2020 at 10:36AM
via Blogger https://ift.tt/33cVDcq
via Blogger https://ift.tt/35VO2kf
(https://ift.tt/3nO6a5CShow HN: Sortado – Organize your Google docs, from within a doc https://ift.tt/35W5TY7 November 23, 2020 at 03:21PM
via Blogger https://ift.tt/2HtHXC6
(https://ift.tt/33dKY0ZShow HN: BlogScroll – Minimalist open-source personal site/blog directory https://blogscroll.com November 23, 2020 at 08:07AM
via Blogger https://ift.tt/3m0kWpw
(https://ift.tt/2UUojCrShow HN: Extending a Lisp-based, plain-text query language (Emacs Org mode) https://ift.tt/3pVGAxg November 23, 2020 at 04:22AM
via Blogger https://ift.tt/376NR4Q
(https://ift.tt/399d1CAShow HN: A list with 200+ companies sponsoring tech newsletters and websites https://ift.tt/33b0Hy6 November 23, 2020 at 10:36AM
via Blogger https://ift.tt/33cVDcq
(https://ift.tt/2J6DYf6Show HN: Django refactoring game – can you fix all the Models anti-patterns? https://ift.tt/3kZ7tg6 November 23, 2020 at 07:11AM
via Blogger https://ift.tt/3pTG8Qa
via Blogger https://ift.tt/3nPSI13
(https://ift.tt/3nRpChOShow HN: GitHub Slash Commands https://ift.tt/39ec9Nf November 23, 2020 at 04:27AM
via Blogger https://ift.tt/35Xky5F
via Blogger https://ift.tt/3nQPACk
(https://ift.tt/33cECz4Show HN: GPT-3 Powered Content Marketing Automation https://magicflow.io November 23, 2020 at 03:56AM
via Blogger https://ift.tt/374x9D4
via Blogger https://ift.tt/2J5HqHc
(https://ift.tt/2ISnckrShow HN: Django refactoring game – can you fix all the Models anti-patterns? https://ift.tt/3kZ7tg6 November 23, 2020 at 07:11AM
via Blogger https://ift.tt/3pTG8Qa
(https://ift.tt/36XcHnMShow HN: GitHub Slash Commands https://ift.tt/39ec9Nf November 23, 2020 at 04:27AM
via Blogger https://ift.tt/35Xky5F
(https://ift.tt/3nQNQsBShow HN: GPT-3 Powered Content Marketing Automation https://magicflow.io November 23, 2020 at 03:56AM
via Blogger https://ift.tt/374x9D4
(https://ift.tt/3lWzwy8Show HN: Repr for C++: Return a printable string representation of a value https://ift.tt/3fmjDyt November 21, 2020 at 04:36PM
via Blogger https://ift.tt/35T0mlm
via Blogger https://ift.tt/3pSCPZt
(https://ift.tt/2J2kEA1Show HN: About Deep Learning, Machine Learning and Neural Networks https://ift.tt/3lSxUpj November 21, 2020 at 07:07PM
via Blogger https://ift.tt/35T44vh
via Blogger https://ift.tt/39d71bQ
(https://ift.tt/3lUf3tHShow HN: Like Hacker News for VR Startups http://spatialape.com November 21, 2020 at 06:08PM
via Blogger https://ift.tt/36WX3c6
via Blogger https://ift.tt/3nN59L7
(https://ift.tt/3pTCA0gShow HN: A simple way to make HTML websites https://ift.tt/2J1XoBL November 21, 2020 at 07:02AM
via Blogger https://ift.tt/3q1bUuS
via Blogger https://ift.tt/3l0lRVK
(https://ift.tt/2UMeKW4Show HN: A new way of ORM in Java https://ift.tt/32UnU7c November 21, 2020 at 06:58AM
via Blogger https://ift.tt/2IZ6Wh0
via Blogger https://ift.tt/3pSUm43
(https://ift.tt/3m6qZbSShow HN: Launch your PC games from anywhere Hello Ever got bored on your computer waiting that a game updates before you could play? We’re working on a solution so you can launch your games and programs before you arrive at your PC so that everything’s set up and ready to go ! Thanks to AIRS the Advanced Internet Relay System, you can trigger games when you’re commuting back home. We’ve made a demo video available to show it in action : https://www.youtube.com/watch?v=DjP6p6_hSi4 Please check for more on http://www.remotemeow.com or Reddit for your suggestions and questions if not here directly. Cheers November 21, 2020 at 05:30PM
via Blogger https://ift.tt/3nMwLQI
via Blogger https://ift.tt/2IWCBjq
(https://ift.tt/3kT3lyuShow HN: Repr for C++: Return a printable string representation of a value https://ift.tt/3fmjDyt November 21, 2020 at 04:36PM
via Blogger https://ift.tt/35T0mlm
(https://ift.tt/394uxrzShow HN: About Deep Learning, Machine Learning and Neural Networks https://ift.tt/3lSxUpj November 21, 2020 at 07:07PM
via Blogger https://ift.tt/35T44vh
(https://ift.tt/3fmSdsf